mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 04:14:03 +08:00
CMake specifies that the DEPENDS field of add_custom_target is for files and output of add_custom_command. In order to add a target dependency, add_dependencies should be used. llvm-svn: 359490