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

Specify CMake Minimum Version in Test Modules #59

Closed
threeal opened this issue May 6, 2024 · 0 comments · Fixed by #60
Closed

Specify CMake Minimum Version in Test Modules #59

threeal opened this issue May 6, 2024 · 0 comments · Fixed by #60
Assignees
Labels
Milestone

Comments

@threeal
Copy link
Owner

threeal commented May 6, 2024

This issue suggests specifying the minimum required version of CMake in the test modules by using the cmake_minimum_required function. This change is proposed because the test modules will essentially be invoked as scripts independent from the root CMakeLists.txt. Therefore, it is suggested to specify the minimum required version of CMake in the test modules to maintain consistent behavior by disallowing older CMake policies.

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

Successfully merging a pull request may close this issue.

1 participant