Skip to content

Commit

Permalink
Update z3 submodule to version 4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardodebenedictis committed Jan 27, 2025
1 parent 5f59aa0 commit c28c770
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 @@ -56,7 +56,7 @@ target_include_directories(oRatioLib PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SO

if(${CONSTRAINT_REASONER_TYPE} STREQUAL "Z3")
include(FetchContent)
FetchContent_Declare(z3 GIT_REPOSITORY https://github.com/Z3Prover/z3 GIT_TAG z3-4.13.4)
FetchContent_Declare(z3 GIT_REPOSITORY https://github.com/Z3Prover/z3 GIT_TAG z3-4.13.0)
FetchContent_MakeAvailable(z3)
set(z3_SOURCE_DIR_VALUE "${z3_SOURCE_DIR}")
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/CTestCustom.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/CTestCustom.cmake @ONLY)
Expand Down

0 comments on commit c28c770

Please sign in to comment.