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

Handle CMake Policy in Each Function #201

Closed
threeal opened this issue Jul 10, 2024 · 0 comments · Fixed by #202
Closed

Handle CMake Policy in Each Function #201

threeal opened this issue Jul 10, 2024 · 0 comments · Fixed by #202
Assignees
Milestone

Comments

@threeal
Copy link
Owner

threeal commented Jul 10, 2024

This issue suggests setting CMake policies within the scope of a function if the function requires specific CMake policy behavior, removing the need to specify a minimum CMake version at the top of the Assertion.cmake module.

This change may fix some issues related to CMake policy when using the Assertion.cmake module. It may also allow CMake with a lower version to continue using the Assertion.cmake module while still supporting the latest features.

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.

1 participant