Skip to content

Commit

Permalink
🐛 fix endless loop on unexpected statements in gate declarations
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <burgholzer@me.com>
  • Loading branch information
burgholzer committed Sep 19, 2024
1 parent 96fb71f commit a552e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ExternalDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set(FETCH_PACKAGES "")
# cmake-format: off
set(MQT_CORE_VERSION 2.6.1
CACHE STRING "MQT Core version")
set(MQT_CORE_REV "5be1c3ec4efb773d0330298621704e876afa7c16"
set(MQT_CORE_REV "95af9bf06d18fa83dd38e1e16931b983f028d13d"
CACHE STRING "MQT Core identifier (tag, branch or commit hash)")
set(MQT_CORE_REPO_OWNER "cda-tum"
CACHE STRING "MQT Core repository owner (change when using a fork)")
Expand Down

0 comments on commit a552e38

Please sign in to comment.