mirror of
https://github.com/vcmi/vcmi.git
synced 2026-06-19 22:57:37 +02:00
[cmake] set some policies
This commit is contained in:
@@ -25,6 +25,13 @@ if(APPLE)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(POLICY CMP0142)
|
||||
cmake_policy(SET CMP0142 NEW)
|
||||
endif()
|
||||
if(POLICY CMP0177)
|
||||
cmake_policy(SET CMP0177 NEW)
|
||||
endif()
|
||||
|
||||
############################################
|
||||
# User-provided options #
|
||||
############################################
|
||||
|
||||
Reference in New Issue
Block a user