From 84fecbf2141c892009ce40d852f9ebf0f79be25a Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 22 Oct 2020 13:52:24 -0400 Subject: cmLocalNinjaGenerator: Remove leftover local debugging comment --- Source/cmLocalNinjaGenerator.cxx | 5 ----- 1 file changed, 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()); -- cgit v0.12