Skip to content

Commit

Permalink
🩹 Set policy CMP0144
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Oct 1, 2023
1 parent 1acb9af commit 4424af2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ if(POLICY CMP0077)
cmake_policy(SET CMP0077 NEW)
endif()

if(POLICY_CMP0144)
cmake_policy(SET CMP0144 NEW)
endif()

if(CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
set(SANITIZE "address,undefined")
if(UNIX AND NOT APPLE)
Expand Down

0 comments on commit 4424af2

Please sign in to comment.