Skip to content

Commit b1da8eb

Browse files
committed
[runtimes] Fix installation for LLVM_RUNTIME_DISTRIBUTION_COMPONENTS
The installation target we create should trigger the corresponding installation target in the runtimes external project. Differential Revision: https://reviews.llvm.org/D73251
1 parent f60671f commit b1da8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/runtimes/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ else() # if this is included from LLVM's CMake
430430

431431
foreach(component ${LLVM_RUNTIME_DISTRIBUTION_COMPONENTS})
432432
set(${component}-${name} ${component})
433-
set(install-${component}-${name} ${component})
433+
set(install-${component}-${name} install-${component})
434434
list(APPEND ${name}_extra_targets ${component}-${name} install-${component}-${name})
435435
endforeach()
436436

0 commit comments

Comments
 (0)