mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-17 20:58:07 +02:00
[cmake] set some policies
This commit is contained in:
parent
6323e7b4da
commit
4e4684cedf
@ -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 #
|
||||
############################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user