From 5709a2c7cd9bfb8b68014db5e141c36632c8229c Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Tue, 14 Apr 2026 12:13:40 +0200 Subject: [PATCH] cmake fix --- ConanProfiles/ipo.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/ConanProfiles/ipo.cmake b/ConanProfiles/ipo.cmake index 3aa8df9..0dffe27 100644 --- a/ConanProfiles/ipo.cmake +++ b/ConanProfiles/ipo.cmake @@ -1,3 +1,4 @@ +cmake_policy(SET CMP0069 NEW) include(CheckIPOSupported) check_ipo_supported(RESULT ipo_supported OUTPUT ipo_error)