z***@email.cz
2018-01-01 03:03:20 UTC
I'm having similiar problem. When I use cmake, everything is fine, but when
I use i686-w64-mingw32.static-cmake (MXE wrapper), then I can't find my
library which sit in /usr/local directory.
I looking for lib this way:
find_library(CryptoPP cryptopp)
And getting this error:
CryptoPP linked by target "cryptotest" in directory /run/media/
zavodnyrichard/data/projects/cryptotest
Anybody know why I having this problem and how can I solve it?
I use i686-w64-mingw32.static-cmake (MXE wrapper), then I can't find my
library which sit in /usr/local directory.
I looking for lib this way:
find_library(CryptoPP cryptopp)
And getting this error:
CryptoPP linked by target "cryptotest" in directory /run/media/
zavodnyrichard/data/projects/cryptotest
Anybody know why I having this problem and how can I solve it?