From 8f5b402aa21af08d6df3d697cc6f744797eee660 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 18 Jul 2013 11:49:11 +0200 Subject: Remove TODO to uniq COMPILE_OPTIONS Compile options should not be passed through a uniq filter because repeated use of an option may have siginificance. --- Source/cmLocalGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index 4e871d6..b187d6b 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -1380,7 +1380,7 @@ void cmLocalGenerator::AddCompileOptions( // COMPILE_FLAGS are not escaped for historical reasons. this->AppendFlags(flags, targetFlags); } - std::vector opts; // TODO: Emitted. + std::vector opts; target->GetCompileOptions(opts, config); for(std::vector::const_iterator i = opts.begin(); i != opts.end(); ++i) -- cgit v0.12