forked from OSchip/llvm-project
[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
This commit is contained in:
parent
f60671f049
commit
b1da8eba60
|
@ -430,7 +430,7 @@ else() # if this is included from LLVM's CMake
|
||||||
|
|
||||||
foreach(component ${LLVM_RUNTIME_DISTRIBUTION_COMPONENTS})
|
foreach(component ${LLVM_RUNTIME_DISTRIBUTION_COMPONENTS})
|
||||||
set(${component}-${name} ${component})
|
set(${component}-${name} ${component})
|
||||||
set(install-${component}-${name} ${component})
|
set(install-${component}-${name} install-${component})
|
||||||
list(APPEND ${name}_extra_targets ${component}-${name} install-${component}-${name})
|
list(APPEND ${name}_extra_targets ${component}-${name} install-${component}-${name})
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue