Skip to content

Commit 79f35b8

Browse files
⬆️ Update cda-tum/mqt-core (cda-tum#437)
This pull request updates the [cda-tum/mqt-core](https://github.com/cda-tum/mqt-core) dependency from cda-tum/mqt-core@35e06ca (version v2.5.1) to cda-tum/mqt-core@2a7a929 (version v2.6.0). **Full Changelog**: cda-tum/mqt-core@35e06ca...2a7a929 > [!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: burgholzer <6358767+burgholzer@users.noreply.github.com>
1 parent c4ab58e commit 79f35b8

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.5.1
23+
set(MQT_CORE_VERSION 2.6.0
2424
CACHE STRING "MQT Core version")
25-
set(MQT_CORE_REV "35e06ca3067ca3cf36bda1f0c38edf5bd7456fb6"
25+
set(MQT_CORE_REV "2a7a92951fb67d0c4e795afbd17449063aa42d20"
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)