Skip to content

Commit 6f19658

Browse files
Leo AltjavierSande
authored andcommitted
new z3 version in cmakelist
1 parent dccbdbe commit 6f19658

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
@@ -75,7 +75,7 @@ configure_file("${CMAKE_SOURCE_DIR}/cmake/templates/license.h.in" include/licens
7575

7676
include(EthOptions)
7777
configure_project(TESTS)
78-
set(LATEST_Z3_VERSION "4.11.0")
78+
set(LATEST_Z3_VERSION "4.11.2")
7979
set(MINIMUM_Z3_VERSION "4.8.0")
8080
find_package(Z3)
8181
if (${Z3_FOUND})

0 commit comments

Comments
 (0)