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