Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Burgholzer <burgholzer@me.com>
  • Loading branch information
burgholzer authored Nov 4, 2024
1 parent 84be7a5 commit 124fcbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/ExternalDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ if(BUILD_MQT_QCEC_BINDINGS)
endif()

# cmake-format: off
set(MQT_CORE_VERSION 2.7.0
set(MQT_CORE_VERSION 2.7.1
CACHE STRING "MQT Core version")
set(MQT_CORE_REV "2ccf532b66998af376c256ae94a39eed802b990c"
set(MQT_CORE_REV "c0f9833966054b3156d39e3c792c8f4fc45b2560"
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 124fcbb

Please sign in to comment.