Skip to content

Commit

Permalink
Require minimal version of CMake 3.16 for KLEE
Browse files Browse the repository at this point in the history
This is the default version for Ubuntu 20.04 and should be available
for most distributions.

Moreover this should allow to move STP forward with their changes.

(stp/stp#375 (comment))
  • Loading branch information
MartinNowack committed Mar 22, 2023
1 parent 36cb12f commit 11c51b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
###############################################################################
# Minimum CMake version and policies
###############################################################################
cmake_minimum_required(VERSION 3.9.0)
cmake_minimum_required(VERSION 3.16.0)
project(KLEE CXX C)

###############################################################################
Expand Down

0 comments on commit 11c51b9

Please sign in to comment.