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