From 77e9d52ec695e9cdd0bf7b4ec8679fa619e4a1ad Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Khan Date: Thu, 17 Oct 2024 15:19:37 -0700 Subject: [PATCH] remove policy --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2760e74b..f710fad1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,10 +74,6 @@ else() set(IN_SOURCE_BUILD OFF) endif() -if (POLICY CMP0069) - cmake_policy(SET CMP0069 NEW) # Enable LTO/IPO if available in the compiler, see AwsCFlags -endif() - list(APPEND CMAKE_MODULE_PATH "${CMAKE_PREFIX_PATH}/${CMAKE_INSTALL_LIBDIR}/cmake") include(AwsCFlags)