Skip to content
Commit b55f58fc authored by Rishi Kumar's avatar Rishi Kumar 🎨
Browse files

CMakeLists.txt cmake_minimum_required should be first line of CMakeLists.txt file

https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html :
"Note 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 behaviour they may affect. See also policy CMP0000."
parent 823951ac
Pipeline #290438 passed with stage
in 49 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment