Skip to content

Commit 7d2189f

Browse files
burgholzerdenialhaag
authored andcommitted
⏪ revert to cmake dependent option for QIR runner
Signed-off-by: burgholzer <burgholzer@me.com>
1 parent cd70c40 commit 7d2189f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ option(BUILD_MQT_CORE_MLIR "Build the MLIR submodule of the MQT Core project" ON
9797
if(BUILD_MQT_CORE_MLIR)
9898
include(SetupMLIR)
9999
endif()
100-
option(BUILD_MQT_CORE_QIR_RUNNER "Build the QIR runner of the MQT Core project" OFF)
100+
cmake_dependent_option(BUILD_MQT_CORE_QIR_RUNNER "Build the QIR runner of the MQT Core project" ON
101+
"BUILD_MQT_CORE_MLIR" OFF)
101102

102103
# add main library code
103104
add_subdirectory(src)

0 commit comments

Comments
 (0)