CMakeLists.txt: bump minimum version to 2.8.12
To silence a deprecation warning. We should still be fine with this version.
This commit is contained in:
parent
af14119165
commit
b4db65d246
|
@ -1,8 +1,9 @@
|
||||||
project (logdiag C)
|
project (logdiag C)
|
||||||
cmake_minimum_required (VERSION 2.8)
|
# The last version with Windows XP support is 3.13, we want to keep that
|
||||||
|
cmake_minimum_required (VERSION 2.8.12)
|
||||||
|
|
||||||
# Default to 2.8 behaviour
|
# Default to 2.8.12 behaviour
|
||||||
cmake_policy (VERSION 2.8)
|
cmake_policy (VERSION 2.8.12)
|
||||||
|
|
||||||
# Options
|
# Options
|
||||||
option (OPTION_USE_VERA "Use vera++ for source code style checks" OFF)
|
option (OPTION_USE_VERA "Use vera++ for source code style checks" OFF)
|
||||||
|
|
Loading…
Reference in New Issue