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

Remove cmake policy CMP0169 #67

Closed
lobis opened this issue Oct 1, 2024 · 0 comments · Fixed by #63
Closed

Remove cmake policy CMP0169 #67

lobis opened this issue Oct 1, 2024 · 0 comments · Fixed by #63
Assignees
Labels
good first issue Good for newcomers

Comments

@lobis
Copy link
Owner

lobis commented Oct 1, 2024

In order to avoid build errors we had to add the following to the CMakeLists.txt (https://github.com/lobis/geant4-python-application/blob/main/CMakeLists.txt).

cmake_policy(SET CMP0169 OLD)

We should remove this line, identify the error and address it.

This line actually breaks on older versions of cmake, but we need it for newer versions at this time.

@lobis lobis added the good first issue Good for newcomers label Oct 1, 2024
@lobis lobis linked a pull request Oct 1, 2024 that will close this issue
@lobis lobis closed this as completed in #63 Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants