From 37e1894d325c252ef5a88a556491f08f21719b71 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Tue, 11 Feb 2014 11:05:01 +0100 Subject: cmTarget: Remove TODO comment. The current behavior is desirable because while it is common to set a per-config suffix on libraries, it is not common for exexutables. --- Source/cmTarget.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 18ba7c8..d440f7c 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -317,8 +317,7 @@ void cmTarget::SetMakefile(cmMakefile* mf) // variable only for non-executable targets. This preserves // compatibility with previous CMake versions in which executables // did not support this variable. Projects may still specify the - // property directly. TODO: Make this depend on backwards - // compatibility setting. + // property directly. if(this->TargetTypeValue != cmTarget::EXECUTABLE && this->TargetTypeValue != cmTarget::INTERFACE_LIBRARY) { -- cgit v0.12