Update cmake minimum required version
This commit is contained in:
parent
73c9630da9
commit
56e19ed8ce
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
# increase to 3.1 once all major distributions
|
# increase to 3.1 once all major distributions
|
||||||
# include a version of CMake >= 3.1
|
# include a version of CMake >= 3.1
|
||||||
cmake_minimum_required(VERSION 2.8.12)
|
cmake_minimum_required(VERSION 3.14.0)
|
||||||
if (POLICY CMP0048)
|
if (POLICY CMP0048)
|
||||||
cmake_policy(SET CMP0048 NEW)
|
cmake_policy(SET CMP0048 NEW)
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue