Skip to content

Commit 7f86707

Browse files
committed
Bump cmake version to 3.8
Because this is the minimum cmake version which supports a value of `17` for `CXX_STANDARD`. This enables moving the C++ standard version we use for compiling cbmc to C++17 based on setting this setting rather than setting compiler flags.
1 parent 7e81905 commit 7f86707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.2)
1+
cmake_minimum_required(VERSION 3.8)
22

33
# Compile with /usr/bin/clang on MacOS
44
# See https://github.com/diffblue/cbmc/issues/4956

0 commit comments

Comments
 (0)