diff options
author | Brad King <brad.king@kitware.com> | 2020-10-30 13:53:23 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-10-30 13:53:28 (GMT) |
commit | 8d6b03644935ff54ee6045156e617d1f5991cadd (patch) | |
tree | 590699743cb955081240316f196ad1eb09c3b89b /Source/cmLocalNinjaGenerator.cxx | |
parent | 78c9c85eb6e249805384ee53fb0ebad126a1815d (diff) | |
parent | 3e36d5e84693691a29561e4212b16b3a1c080673 (diff) | |
download | CMake-8d6b03644935ff54ee6045156e617d1f5991cadd.zip CMake-8d6b03644935ff54ee6045156e617d1f5991cadd.tar.gz CMake-8d6b03644935ff54ee6045156e617d1f5991cadd.tar.bz2 |
Merge topic 'custom-command-cleanup'
3e36d5e846 cmGeneratorTarget: Refactor custom command dependency evaluation
c404f64289 cmCustomCommandGenerator: Collect genex target references in commands
2a640d4199 cmCustomCommandGenerator: Add move operations
fab772c3e1 cmAddCustomCommandCommand: Drop outdated comment
84fecbf214 cmLocalNinjaGenerator: Remove leftover local debugging comment
9e5e2d704a Remove unnecessary arbitrary CollapseFullPath second arguments
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5435
Diffstat (limited to 'Source/cmLocalNinjaGenerator.cxx')
-rw-r--r-- | Source/cmLocalNinjaGenerator.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmLocalNinjaGenerator.cxx b/Source/cmLocalNinjaGenerator.cxx index ce85320..d90a37b 100644 --- a/Source/cmLocalNinjaGenerator.cxx +++ b/Source/cmLocalNinjaGenerator.cxx @@ -603,11 +603,6 @@ void cmLocalNinjaGenerator::WriteCustomCommandBuildStatement( } } -#if 0 -# error TODO: Once CC in an ExternalProject target must provide the \ - file of each imported target that has an add_dependencies pointing \ - at us. How to know which ExternalProject step actually provides it? -#endif cmNinjaDeps ninjaOutputs(outputs.size() + byproducts.size()); std::transform(outputs.begin(), outputs.end(), ninjaOutputs.begin(), gg->MapToNinjaPath()); |