Bump minimum required CMake version to 2.8.12.
CMake 2.8.12 added support for target_include_directories(), among other features, and we would like to use it.
This commit is contained in:
parent
52e1db879f
commit
045e02af75
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 2.8)
|
||||
cmake_minimum_required(VERSION 2.8.12)
|
||||
|
||||
enable_testing()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue