mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-03 14:20:27 +00: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());
|
cmNinjaDeps ninjaOutputs(outputs.size() + byproducts.size());
|
||||||
std::transform(outputs.begin(), outputs.end(), ninjaOutputs.begin(),
|
std::transform(outputs.begin(), outputs.end(), ninjaOutputs.begin(),
|
||||||
gg->MapToNinjaPath());
|
gg->MapToNinjaPath());
|
||||||
|
|||||||
Reference in New Issue
Block a user