Increase the minimum CMake version to 2.8.12
This is a followup to 198900eff4.
target_include_directories was introduced in 2.8.12, thus CMake 2.6 no
longer works.
This commit is contained in:
parent
38edf255ae
commit
52da6f71d0
@ -1,6 +1,6 @@
|
|||||||
project(pugixml)
|
project(pugixml)
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 2.6)
|
cmake_minimum_required(VERSION 2.8.12)
|
||||||
|
|
||||||
option(BUILD_SHARED_LIBS "Build shared instead of static library" OFF)
|
option(BUILD_SHARED_LIBS "Build shared instead of static library" OFF)
|
||||||
option(BUILD_TESTS "Build tests" OFF)
|
option(BUILD_TESTS "Build tests" OFF)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user