Skip to content

Commit

Permalink
remove policy
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Oct 17, 2024
1 parent 49c496b commit 77e9d52
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 77e9d52

Please sign in to comment.