commit | d0cd70552e3ee717cfdff1c308f4290929c547ab | [log] [tgz] |
---|---|---|
author | Alex Langford <apl@fb.com> | Mon Apr 29 19:44:43 2019 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Sep 08 14:09:06 2020 -0700 |
tree | b5254ca8e313c289e509ee147496af83c634dd3c | |
parent | dca3a3618ffa5f30ccba0784d6e70eda3664ca79 [diff] |
[CMake] Fix subtle CMake bug 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 GitOrigin-RevId: babcbaf9717248a000734d3e30abce351da307e2