summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-10-22 17:52:24 (GMT)
committerBrad King <brad.king@kitware.com>2020-10-27 18:58:15 (GMT)
commit84fecbf2141c892009ce40d852f9ebf0f79be25a (patch)
treeb605a5176ed0337dd93ebda4fc2d1548f154ee93 /Source
parent9e5e2d704abaef1b0a45201985f06a15290c1d09 (diff)
downloadCMake-84fecbf2141c892009ce40d852f9ebf0f79be25a.zip
CMake-84fecbf2141c892009ce40d852f9ebf0f79be25a.tar.gz
CMake-84fecbf2141c892009ce40d852f9ebf0f79be25a.tar.bz2
cmLocalNinjaGenerator: Remove leftover local debugging comment
Diffstat (limited to 'Source')
-rw-r--r--Source/cmLocalNinjaGenerator.cxx5
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());