cmake: set the minimum version before the project call
This commit is contained in:
parent
195494186e
commit
0df7adb680
@ -1,7 +1,7 @@
|
||||
project(pugixml)
|
||||
|
||||
cmake_minimum_required(VERSION 2.8.12)
|
||||
|
||||
project(pugixml)
|
||||
|
||||
option(BUILD_SHARED_LIBS "Build shared instead of static library" OFF)
|
||||
option(BUILD_TESTS "Build tests" OFF)
|
||||
option(BUILD_PKGCONFIG "Build in PKGCONFIG mode" OFF)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user