From 34ea3f518f6eabeeb3d78e9aba8301572ae9f9af Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Tue, 14 Apr 2026 23:27:13 +0200 Subject: [PATCH] use cmake_policy --- ConanProfiles/ipo.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConanProfiles/ipo.cmake b/ConanProfiles/ipo.cmake index 7e83475..ab67528 100644 --- a/ConanProfiles/ipo.cmake +++ b/ConanProfiles/ipo.cmake @@ -1,5 +1,5 @@ include_guard() -set(CMAKE_POLICY_DEFAULT_CMP0069 NEW) +cmake_policy(CMAKE_POLICY_DEFAULT_CMP0069 NEW) set(CMAKE_INTERPROCEDURAL_OPTIMIZATION_RELEASE TRUE) \ No newline at end of file