cmake_minimum_required should be at the top of CMakeLists.txt

Authored by heikobecker on Nov 17 2017, 3:02 PM.

Description

cmake_minimum_required should be at the top of CMakeLists.txt

From cmake's documentation: "Call the cmake_minimum_required()
command at the beginning of the top-level CMakeLists.txt file even
before calling the project() command."

Details

Committed
heikobeckerFeb 23 2018, 9:03 PM
Parents
R181:b36ec71f8e0f: Silence cmake policy warning CMP0063 more elegantly
Branches
Unknown
Tags
Unknown