Fix policy in newer CMake

This commit is contained in:
Andy Vandijck 2025-08-02 09:49:22 +02:00
parent 16f008b448
commit e91171459d
1 changed files with 1 additions and 1 deletions

View File

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