-
Notifications
You must be signed in to change notification settings - Fork 181
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
Update Boost 1.72.0-p0 #113
Conversation
There is an issue with Boost.System, I'm looking into it |
Current Version of Hunter shows the following Config-files dan@kay ../_Base/ca19f37/bcfb592/a8d2191/Install % find . | grep Config
./lib/cmake/Boost/BoostConfig.cmake
./lib/cmake/Boost/BoostConfigVersion.cmake
./lib/cmake/Boost-1.71.0/BoostConfigVersion.cmake
dan@kay ../_Base/ca19f37/bcfb592/a8d2191/Install % After Update of Boost 1.72.0, we see that an extra Config-file appeared. dan@kay ../_Base/739cd76/bcfb592/9cc5a36/Install % find ./* | grep Config
./lib/cmake/Boost/BoostConfig.cmake
./lib/cmake/Boost/BoostConfigVersion.cmake
./lib/cmake/Boost-1.72.0/BoostConfig.cmake
./lib/cmake/Boost-1.72.0/BoostConfigVersion.cmake
So if all test pass now(still waiting!), the is the question do we need to remove the one provided by Boost? Or are we good? |
Latest builds are succsessful: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose if things are successful, we can just go ahead?
Getting
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
|
@michaeldkroener I created #133 for this issue. |
I've followed this guide
step by step carefully. [Yes]
I've tested this package remotely and have excluded all broken builds.
Here is the links to the Travis/AppVeyor with status "All passed":