Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
srba authored Jan 22, 2024
1 parent c993339 commit 9931d39
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 @@ -102,7 +102,7 @@ if (VERIFYTAPN_GetDependencies)

ExternalProject_add(unfoldtacpn-ext
GIT_REPOSITORY https://github.com/TAPAAL/unfoldTACPN
GIT_TAG 0fbaf6371eab965534a693e2dbde23437bff1269
GIT_TAG 5948ffff5a084eccef7c2758b8df371b170fa68d
CMAKE_ARGS -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} -DCMAKE_C_COMPILER=${CMAKE_C_COMPILER} -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER} -DCMAKE_INSTALL_PREFIX=${EXTERNAL_INSTALL_LOCATION} -DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DFLEX_EXECUTABLE=${FLEX_EXECUTABLE} -DBISON_EXECUTABLE=${BISON_EXECUTABLE}
)

Expand Down

0 comments on commit 9931d39

Please sign in to comment.