Skip to content

Commit bf50a66

Browse files
authored
⬆️ Update cda-tum/mqt-core (#475)
This pull request updates the [cda-tum/mqt-core](https://github.com/cda-tum/mqt-core) dependency from cda-tum/mqt-core@shared-libs (version v2.6.1) to cda-tum/mqt-core@2ccf532 (version v2.7.0). **Full Changelog**: cda-tum/mqt-core@shared-libs...2ccf532 > [!NOTE] > This pull request was automatically created by a GitHub Actions workflow, which does not have permissions to trigger other workflows. > Manually close and reopen this pull request to trigger the dependent workflows.
2 parents 11d1cb1 + a81122c commit bf50a66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/ExternalDependencies.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ if(BUILD_MQT_QCEC_BINDINGS)
2020
endif()
2121

2222
# cmake-format: off
23-
set(MQT_CORE_VERSION 2.6.1
23+
set(MQT_CORE_VERSION 2.7.0
2424
CACHE STRING "MQT Core version")
25-
set(MQT_CORE_REV "3529a4435339af3b400e976b1a5e7393d8e5bf4f"
25+
set(MQT_CORE_REV "2ccf532b66998af376c256ae94a39eed802b990c"
2626
CACHE STRING "MQT Core identifier (tag, branch or commit hash)")
2727
set(MQT_CORE_REPO_OWNER "cda-tum"
2828
CACHE STRING "MQT Core repository owner (change when using a fork)")

0 commit comments

Comments
 (0)