Fix policy in newer CMake
This commit is contained in:
parent
16f008b448
commit
e91171459d
|
@ -4,7 +4,7 @@ cmake_policy(VERSION 3.19...3.28.3)
|
|||
# Use new link library de-duplication behavior.
|
||||
cmake_policy(SET CMP0156 NEW)
|
||||
cmake_policy(SET CMP0179 NEW)
|
||||
cmake_policy(SET CMP0181 NEW)
|
||||
# cmake_policy(SET CMP0181 NEW)
|
||||
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
|
||||
|
||||
|
|
Loading…
Reference in New Issue