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.
2 parents aa4c2ef + 0e5c3f9 commit 23748dbCopy full SHA for 23748db
mlir/cmake/modules/AddMLIR.cmake
@@ -641,8 +641,8 @@ function(add_mlir_library_install name)
641
COMPONENT ${name})
642
endif()
643
set_property(GLOBAL APPEND PROPERTY MLIR_ALL_LIBS ${name})
644
- set_property(GLOBAL APPEND PROPERTY MLIR_EXPORTS ${name})
645
+ set_property(GLOBAL APPEND PROPERTY MLIR_EXPORTS ${name})
646
endfunction()
647
648
# Declare an mlir library which is part of the public C-API.
0 commit comments