Changeset: 269ce0d380f3 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/269ce0d380f3
Modified Files:
        CMakeLists.txt
Branch: default
Log Message:

dropped CMP0076 cmake policy setting (using the old behaviour)
As of cmake 3.22 thats no longer supported. Also (on linux) we build/run
fine without this.


diffs (14 lines):

diff --git a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,10 +24,6 @@ set(CMAKE_PROJECT_HOMEPAGE_URL "https://
 set(C_STANDARD_REQUIRED ON)
 set(CMAKE_C_STANDARD 99)
 
-if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.13.0")
-  cmake_policy(SET CMP0076 OLD)
-endif()
-
 # We give precedence to UNIX include directories over
 # OS X Frameworks directories
 set(CMAKE_FIND_FRAMEWORK LAST)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to