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

Newer CMake causes issues with legacy FindBoost module #6572

Open
rbberger opened this issue Nov 14, 2024 · 1 comment · May be fixed by #6510
Open

Newer CMake causes issues with legacy FindBoost module #6572

rbberger opened this issue Nov 14, 2024 · 1 comment · May be fixed by #6510

Comments

@rbberger
Copy link

With current CMake versions you get:

CMake Warning (dev) at ......./lib64/cmake/HPX/HPX_SetupBoost.cmake:134 (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.

Building other projects like FleCSI which use the Boost Config module and this logic can create conflicts. Please migrate to the Boost provided Config module.

@Pansysk75
Copy link
Member

Thank you for opening this issue. PR #6510 should fix this and will be merged soon.

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

Successfully merging a pull request may close this issue.

2 participants