summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew V. Jones <andrew.jones@vector.com>2020-07-07 18:06:09 +0100
committerGitHub <noreply@github.com>2020-07-07 10:06:09 -0700
commit55767b9620f18763b7b56ecefa954202d35fe2d3 (patch)
tree0fdda51d228145ba8669a1390e6cd154b262de56
parent9678f58a7fedab4fc061761c58382f4023686108 (diff)
Increase the minimum version of CMake due to the use of 'APPEND' with strings (#4702)
Signed-off-by: Andrew V. Jones <andrew.jones@vector.com>
-rw-r--r--CMakeLists.txt2
-rw-r--r--examples/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 688a7c1ea..3614f8dd7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.2)
+cmake_minimum_required(VERSION 3.4)
#-----------------------------------------------------------------------------#
# Project configuration
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index cd74698d7..dde43d825 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.2)
+cmake_minimum_required(VERSION 3.4)
project(cvc4-examples)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback