forked from speed-dreams/speed-dreams-code
Quiet a CMake warning
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8264 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 49af63e67eecd3521d5c0fc69c78ed4f36c5c37c Former-commit-id: b6553b366ad61dadab845e432678d32c1f174ec2
This commit is contained in:
parent
514e02daab
commit
e572043dfd
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0 FATAL_ERROR)
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12 FATAL_ERROR)
|
||||
|
||||
MESSAGE(STATUS CMAKE_VERSION = "${CMAKE_VERSION}")
|
||||
|
||||
|
|
|
@ -5,6 +5,10 @@
|
|||
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12 FATAL_ERROR)
|
||||
|
||||
IF(POLICY CMP0048)
|
||||
CMAKE_POLICY(SET CMP0048 NEW)
|
||||
ENDIF(POLICY CMP0048)
|
||||
|
||||
IF(OPTION_TRACKEDITOR)
|
||||
INCLUDE(../../../cmake/macros.cmake)
|
||||
SET(_STANDALONE False)
|
||||
|
|
Loading…
Reference in a new issue