mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
only set policy CMP0042 if cmake version > 3.0
This commit is contained in:
parent
9b16bc7c67
commit
4595562de4
@ -17,7 +17,9 @@ sfml_set_option(CMAKE_BUILD_TYPE Release STRING "Choose the type of build (Debug
|
||||
set(CMAKE_LEGACY_CYGWIN_WIN32 0)
|
||||
|
||||
# Suppress Mac OS X RPATH warnings and adopt new related behaviors
|
||||
cmake_policy(SET CMP0042 NEW)
|
||||
if(NOT CMAKE_VERSION VERSION_LESS 3.0)
|
||||
cmake_policy(SET CMP0042 NEW)
|
||||
endif()
|
||||
|
||||
# set Android specific options
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user