[Core] CMake warning about calling cmake_minimum_required()
before calling the top-level project()
#11772
Labels
cmake_minimum_required()
before calling the top-level project()
#11772
Description
CMake reports a warning that says that
cmake_minimum_required()
should be called prior to the the top-levelproject()
call:This warning is in line with what the CMake documentation says:
Scope
When CMake is being run.
The text was updated successfully, but these errors were encountered: