Set cmake-policy CMP0048 to NEW
This commit is contained in:
parent
bb79abccb3
commit
aab0001220
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
# 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 2.8.12)
|
||||||
|
if (POLICY CMP0048)
|
||||||
|
cmake_policy(SET CMP0048 NEW)
|
||||||
|
endif()
|
||||||
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
||||||
|
|
||||||
# Adhere to GNU filesystem layout conventions
|
# Adhere to GNU filesystem layout conventions
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue