Skip to content
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: Find Boost using CONFIG mode only #572

Merged
merged 4 commits into from
Jul 4, 2024
Merged

Conversation

jschueller
Copy link
Contributor

@jschueller jschueller commented Jul 4, 2024

the module mode is deprecated in cmake>=3.30:

CMake Warning (dev) at cmake_modules/PagmoFindBoost.cmake:4 (find_package):
  Policy CMP0167 is not set: The FindBoost module is removed.  Run "cmake
  --help-policy CMP0167" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.

Call Stack (most recent call first):
  CMakeLists.txt:186 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

@jschueller jschueller force-pushed the boost branch 6 times, most recently from 83ee263 to d9ee457 Compare July 4, 2024 12:40
@jschueller jschueller force-pushed the boost branch 2 times, most recently from d2ece86 to 7730ab1 Compare July 4, 2024 13:00
@jschueller jschueller changed the title CMake: Find Boost using CONFIG mode CMake: Find Boost using CONFIG mode only Jul 4, 2024
@jschueller
Copy link
Contributor Author

/cc @bluescarni

@bluescarni
Copy link
Member

@jschueller LGTM, merging, thanks a lot!

Does this mean the official Boost CMake support is finally usable?

@bluescarni bluescarni merged commit 5dc2e88 into esa:master Jul 4, 2024
8 checks passed
@jschueller jschueller deleted the boost branch July 4, 2024 14:34
@jschueller
Copy link
Contributor Author

I guess, I dont know how long it has been around

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants