mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
increase minimal requirement to 3.4
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9d783628db
commit
cb6d3d2458
4 changed files with 9 additions and 27 deletions
|
@ -2,7 +2,7 @@
|
|||
# TPTP example
|
||||
################################################################################
|
||||
project(Z3_TPTP5 CXX)
|
||||
cmake_minimum_required(VERSION 2.8.12)
|
||||
cmake_minimum_required(VERSION 3.4)
|
||||
find_package(Z3
|
||||
REQUIRED
|
||||
CONFIG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue