Move cmake_minimum_required to the top of CMakeLists, so it correctly affects everything else below it
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
project(pycdc)
|
||||
cmake_minimum_required(VERSION 3.1)
|
||||
project(pycdc)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
Reference in New Issue
Block a user