3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-24 13:18:55 +00:00

increase minimal requirement to 3.4

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-06-07 17:05:12 -07:00
parent 9d783628db
commit cb6d3d2458
4 changed files with 9 additions and 27 deletions

View file

@ -6,7 +6,7 @@
# C++ we will use the C linker rather than the C++ linker and will not link
# the C++ standard library in resulting in a link failure.
project(Z3_C_MAXSAT_EXAMPLE C CXX)
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.4)
find_package(Z3
REQUIRED
CONFIG