mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
cmLocalNinjaGenerator: Remove leftover local debugging comment
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user