The CMake documentation says that the DEPENDS field of
add_custom_target is for files and output of custom commands. Adding a
dependency on a target should be done with add_dependencies.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D60879
[CMake] Use add_dependencies in add_llvm_install_targets xiaobai on Apr 18 2019, 10:45 AM. Authored by
Details The CMake documentation says that the DEPENDS field of
Diff Detail
|