Skip to content

Commit

Permalink
Update OpenSMT's version
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Blicha committed Mar 27, 2023
1 parent 2682f44 commit 69640c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ include(FetchContent)

# Find OpenSMT2
SET(OPENSMT_HOME CACHE STRING "OpenSMT installation directory")
find_package(OpenSMT 2.4.3 EXACT CONFIG PATHS ${OPENSMT_HOME} NO_DEFAULT_PATH)
find_package(OpenSMT 2.5.0 EXACT CONFIG PATHS ${OPENSMT_HOME} NO_DEFAULT_PATH)

if (OpenSMT_FOUND)
else(OpenSMT_FOUND)
FetchContent_Declare(
OpenSMT
GIT_REPOSITORY https://github.com/usi-verification-and-security/opensmt.git
GIT_TAG d07c43b11e009cc1bab40293d61a3b92b3331040 # v2.4.3
GIT_TAG 4af8fa21c0c5960f40c4111573c4ec604f00ec89 # v2.5.0
GIT_SHALLOW true
GIT_PROGRESS true
)
Expand Down

0 comments on commit 69640c3

Please sign in to comment.