summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2023-11-05 18:46:05 +0100
committerSlávek Banko <[email protected]>2023-11-06 10:21:07 +0100
commit2bee3c7a63019d5189aa4eece844305a525450d9 (patch)
tree0a5e50054c59afae1e9ecece0fd29691364f9cf2
parente0ff52fb7cca3131a03ff3cff1fb7956bde24bbf (diff)
downloadlibcarddav-2bee3c7a63019d5189aa4eece844305a525450d9.tar.gz
libcarddav-2bee3c7a63019d5189aa4eece844305a525450d9.zip
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit a7984aa9b783a811d7925af822c055551fb461bd)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3f2a04f..aedd911 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
############################################
-cmake_minimum_required( VERSION 3.1 )
+cmake_minimum_required( VERSION 3.5 )
#### general package setup