From abd5a9477f7c95bcfd740e70cda9d98ea352bb72 Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Tue, 14 Apr 2026 23:22:24 +0200 Subject: [PATCH] CMAKE_POLICY_DEFAULT_CMP0069 --- ConanProfiles/ipo.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ConanProfiles/ipo.cmake b/ConanProfiles/ipo.cmake index 6fa59d9..7e83475 100644 --- a/ConanProfiles/ipo.cmake +++ b/ConanProfiles/ipo.cmake @@ -1,3 +1,5 @@ include_guard() +set(CMAKE_POLICY_DEFAULT_CMP0069 NEW) + set(CMAKE_INTERPROCEDURAL_OPTIMIZATION_RELEASE TRUE) \ No newline at end of file