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.
1 parent fea6767 commit 51d88a9Copy full SHA for 51d88a9
1 file changed
CMakeLists.txt
@@ -119,11 +119,11 @@ if(MQT_CORE_INSTALL)
119
endif()
120
121
cmake_dependent_option(BUILD_MQT_CORE_QIR_RUNNER "Build the QIR runner of the MQT Core project" ON
122
- "BUILD_MQT_CORE_MLIR" OFF)
+ "BUILD_MQT_CORE_MLIR;NOT BUILD_MQT_CORE_BINDINGS" OFF)
123
124
cmake_dependent_option(
125
BUILD_MQT_CORE_QDMI_DDSIM_WITH_QIR "Enable QIR program format support for the DDSIM QDMI Device"
126
- ON "BUILD_MQT_CORE_MLIR" OFF)
+ ON "BUILD_MQT_CORE_MLIR;NOT BUILD_MQT_CORE_BINDINGS" OFF)
127
128
# add main library code
129
add_subdirectory(src)
0 commit comments