1
0
Fork 0
forked from lthn/blockchain

Set CMake policy CMP0091 to NEW in CMakeLists.txt

This commit is contained in:
snider 2025-10-06 20:32:24 +01:00
parent e3dfe68ec8
commit 5e52b9a5a5

View file

@ -27,6 +27,9 @@ endif()
if(POLICY CMP0043)
cmake_policy(SET CMP0074 NEW)
endif()
if(POLICY CMP0091)
cmake_policy(SET CMP0091 NEW)
endif()
if(POLICY CMP0144)
cmake_policy(SET CMP0144 NEW)
endif()