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

Clean up CMakeLists.txt file from unused ROOT components #1034

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

guitargeek
Copy link
Contributor

Clean up CMakeLists.txt file from unused ROOT components and fix a CMake warning about finding BOOST the wrong way.

This avoids the following warning at configuration time:
```
CMake Warning (dev) at CMakeLists.txt:20 (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.

This warning is for project developers.  Use -Wno-dev to suppress it.
```
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.

1 participant