From e3e5302723fb389b2e76cc3069e45539440ce9aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 01:44:30 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20`cda-tum/mqt-core?= =?UTF-8?q?`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmake/ExternalDependencies.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/ExternalDependencies.cmake b/cmake/ExternalDependencies.cmake index 90f29e58..1b8fa2a7 100644 --- a/cmake/ExternalDependencies.cmake +++ b/cmake/ExternalDependencies.cmake @@ -27,9 +27,9 @@ if(BUILD_MQT_QMAP_BINDINGS) endif() # cmake-format: off -set(MQT_CORE_VERSION 2.6.1 +set(MQT_CORE_VERSION 2.7.0 CACHE STRING "MQT Core version") -set(MQT_CORE_REV "41eea72cdbefbd86ba06f76dc41a911950dd3081" +set(MQT_CORE_REV "2ccf532b66998af376c256ae94a39eed802b990c" 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)")