Changeset: c5a3d728ca76 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c5a3d728ca76
Modified Files:
        CMakeLists.txt
        cmake/Distribute.cmake
Branch: cmake-fun
Log Message:

Cmake 3.0 version compatibility checks.


diffs (26 lines):

diff --git a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@
 # Copyright 1997 - July 2008 CWI, August 2008 - 2019 MonetDB B.V.
 #]]
 
-cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.0)
 
 # Change these variables between releases
 set(MONETDB_VERSION_MAJOR "11")
diff --git a/cmake/Distribute.cmake b/cmake/Distribute.cmake
--- a/cmake/Distribute.cmake
+++ b/cmake/Distribute.cmake
@@ -22,8 +22,8 @@ set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE
 # Using regular expressions for ignored files, later we could move to a 
generated variable
 set(CPACK_SOURCE_IGNORE_FILES "/bootstrap" "/buildtools/autogen/" 
"/clients/odbc/doc" "/debian/" "/de-bootstrap"
        "/libversions" "/MacOSX/" "/rpm.mk.in" "/tools/monetdbbincopy" 
"/testing/quicktest" "/testing/cmptests.py"
-       "/vertoo.config" "/vertoo.data" "/\.idea/" "/\.git/" "/\.hg/" 
"ChangeLog.*" "CMakeFiles*" "\.hg.*" "#" "~" "\.ac$"
-       "\.ag$" "\.lst$" "\.mal\.sh$")
+       "/vertoo.config" "/vertoo.data" "/\\\\.idea/" "/\\\\.git/" "/\\\\.hg/" 
"ChangeLog.*" "CMakeFiles*" "\\\\.hg.*" "#"
+       "~" "\\\\.ac$" "\\\\.ag$" "\\\\.lst$" "\\\\.mal\\\\.sh$")
 set(CPACK_SOURCE_PACKAGE_FILE_NAME "MonetDB-${MONETDB_VERSION}")
 include(CPack)
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to