Skip to content

Commit 23748db

Browse files
author
git apple-llvm automerger
committed
Merge commit '0e5c3f9b58b9' from llvm.org/release/21.x into stable/21.x
2 parents aa4c2ef + 0e5c3f9 commit 23748db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/cmake/modules/AddMLIR.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,8 +641,8 @@ function(add_mlir_library_install name)
641641
COMPONENT ${name})
642642
endif()
643643
set_property(GLOBAL APPEND PROPERTY MLIR_ALL_LIBS ${name})
644-
set_property(GLOBAL APPEND PROPERTY MLIR_EXPORTS ${name})
645644
endif()
645+
set_property(GLOBAL APPEND PROPERTY MLIR_EXPORTS ${name})
646646
endfunction()
647647

648648
# Declare an mlir library which is part of the public C-API.

0 commit comments

Comments
 (0)