cmake: set the minimum version before the project call
This commit is contained in:
parent
195494186e
commit
0df7adb680
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue