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

[Core] CMake warning about calling cmake_minimum_required() before calling the top-level project() #11772

Closed
avdg81 opened this issue Nov 6, 2023 · 0 comments · Fixed by #11773
Assignees

Comments

@avdg81
Copy link
Contributor

avdg81 commented Nov 6, 2023

Description
CMake reports a warning that says that cmake_minimum_required() should be called prior to the the top-level project() call:

cmake-warning

This warning is in line with what the CMake documentation says:

cmake-note

Scope
When CMake is being run.

@avdg81 avdg81 self-assigned this Nov 6, 2023
@avdg81 avdg81 linked a pull request Nov 6, 2023 that will close this issue
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