Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: call cmake_minimum_required() before project()
CMake documentation on cmake_minumum_required() [1] indicates Call the cmake_minimum_required() command at the beginning of the top-level CMakeLists.txt file even before calling the project() command. It is important to establish version and policy settings before invoking other commands whose behavior they may affect. [1] https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html
- Loading branch information