1
0
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:
Andrey Filipenkov 2024-12-25 12:31:06 +03:00
parent 6323e7b4da
commit 4e4684cedf

View File

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