mirror of
https://github.com/glest/glest-source.git
synced 2025-09-01 12:02:36 +02:00
fix for too early included new cmake policy
This commit is contained in:
@@ -14,7 +14,7 @@ IF(NOT CMAKE_BUILD_TYPE)
|
||||
ENDIF()
|
||||
SET_PROPERTY(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS None Debug Release RelWithDebInfo MinSizeRel)
|
||||
|
||||
IF(CMAKE_VERSION VERSION_GREATER "3.0")
|
||||
IF(NOT CMAKE_VERSION VERSION_LESS "3.1")
|
||||
cmake_policy(SET CMP0054 NEW)
|
||||
ENDIF()
|
||||
|
||||
|
Reference in New Issue
Block a user