Discussion:
[Mingw-cross-env-list] MXE CMake wrapper doesn't find library that pure CMake can without problem
z***@email.cz
2018-01-01 03:03:20 UTC
Permalink
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?
z***@email.cz
2018-01-01 03:06:22 UTC
Permalink
Ooops. Sorry about "I'm having similiar problem.", I just Copy/Paste the text from Github Issues, since In past 5 days, there wasn't much activity. I know it's holidays, but maybe I will have some luck here. Thanks in advance.
Loading...