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.
This commit is contained in:
Stephen Kelly 2014-02-11 11:05:01 +01:00
parent 5d05124cb7
commit 37e1894d32

View File

@ -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)
{