mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
[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
b78044c97c
commit
a5903d2009
@ -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
Block a user