We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
munich-quantum-toolkit/core
1 parent 146b0fc commit dbb6054Copy full SHA for dbb6054
cmake/ExternalDependencies.cmake
@@ -51,9 +51,9 @@ endif()
51
# cmake-format: off
52
set(MQT_CORE_MINIMUM_VERSION 3.3.3
53
CACHE STRING "MQT Core minimum version")
54
-set(MQT_CORE_VERSION 3.3.3
+set(MQT_CORE_VERSION 3.4.0
55
CACHE STRING "MQT Core version")
56
-set(MQT_CORE_REV "8c9f6ab24968401e450812fc0ff7d05b5ae07a63"
+set(MQT_CORE_REV "6bcc01e7d135058c6439c64fdd5f14b65ab88816"
57
CACHE STRING "MQT Core identifier (tag, branch or commit hash)")
58
set(MQT_CORE_REPO_OWNER "munich-quantum-toolkit"
59
CACHE STRING "MQT Core repository owner (change when using a fork)")
0 commit comments