Skip to content

Commit 16c5b61

Browse files
⬆️ Update cda-tum/mqt-core (#442)
This pull request updates the [cda-tum/mqt-core](https://github.com/cda-tum/mqt-core) dependency from munich-quantum-toolkit/core@6c4c0f2 (version v2.6.1) to munich-quantum-toolkit/core@2ccf532 (version v2.7.0). **Full Changelog**: munich-quantum-toolkit/core@6c4c0f2...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. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5e9f98e commit 16c5b61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/ExternalDependencies.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ if(BUILD_MQT_DDSIM_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 "6c4c0f246c6a4f808f2ff40bcee129d3aecc76e4"
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)