Skip to content

Commit

Permalink
Updated unfoldtacpn
Browse files Browse the repository at this point in the history
  • Loading branch information
petergjoel authored May 11, 2023
1 parent 0ed479c commit c3be847
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 f6f3c510251ca324a4d9d722a36400768f4a367a
GIT_TAG 7f49fa4544c5a55acd965210e2bd6f702584b969
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 c3be847

Please sign in to comment.