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 4258553 commit fea6767Copy full SHA for fea6767
1 file changed
bindings/mlir/CMakeLists.txt
@@ -33,11 +33,9 @@ if(NOT TARGET ${TARGET_NAME})
33
34
# install the Python stub file in editable mode for better IDE support
35
if(SKBUILD_STATE STREQUAL "editable")
36
- if(EXISTS "${PROJECT_SOURCE_DIR}/python/mqt/core/mlir.pyi")
37
- install(
38
- FILES ${PROJECT_SOURCE_DIR}/python/mqt/core/mlir.pyi
39
- DESTINATION .
40
- COMPONENT ${MQT_CORE_TARGET_NAME}_Python)
41
- endif()
+ install(
+ FILES ${PROJECT_SOURCE_DIR}/python/mqt/core/mlir.pyi
+ DESTINATION .
+ COMPONENT ${MQT_CORE_TARGET_NAME}_Python)
42
endif()
43
0 commit comments