mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 15:41:46 +00:00
Fix install-bolt_rt dependencies
Summary: This rule depends on bolt target, since it will run install-bolt as well. (cherry picked from FBD33152071)
This commit is contained in:
parent
40c2e0fafe
commit
283a87743e
@ -43,7 +43,7 @@ else()
|
||||
install(CODE "execute_process\(COMMAND \${CMAKE_COMMAND} -DCMAKE_INSTALL_PREFIX=\${CMAKE_INSTALL_PREFIX} -P ${CMAKE_CURRENT_BINARY_DIR}/bolt_rt-bins/cmake_install.cmake \)"
|
||||
COMPONENT bolt)
|
||||
add_llvm_install_targets(install-bolt_rt
|
||||
DEPENDS bolt_rt
|
||||
DEPENDS bolt_rt bolt
|
||||
COMPONENT bolt)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user