Quiet a CMake warning

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8264 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
beaglejoe 2022-06-26 14:52:13 +00:00
parent 7cd694e348
commit 6082084340
2 changed files with 5 additions and 1 deletions

View File

@ -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}")

View File

@ -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)