-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMake do not find msgpack on Windows #53
Comments
There seem to be two options to fix this:
this may take about an hour. When the libraries are installed, you need to do the integration: Now this problem should not appear.
now the cache should be generated without problems |
I have mixed feelings about this option.. An hour for installing dependencies doesn't sound good. If every build on CI takes an hour, not that it will eat up CI usage but also have to wait a long time to see that the build passes. But in other hand it sounds a bit more pleasant to use than Conan; no need to hardcode library versions (unless Conan supports something like
I think we should not use two package managers. So in summary, unless And what it comes to Conan, question is have they stopped packaging the |
It depends on your PC, on one it took me almost an hour, on my home computer I installed it within 10 minutes, I wrote about an hour so that it would not be a surprise if someone tries it.
I didn't find any information about it. But I must say that after I was able to fix the error with |
10 minutes is still reasonable and hopefully CI could get close to that so in that case vcpkg sounds better option. |
Build fails as CMake do not find
Findmsgpack.cmake
, see: https://ci.appveyor.com/project/Lihis/ets2-job-logger/builds/42129622.The text was updated successfully, but these errors were encountered: