diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-02-11 10:05:01 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-02-11 10:05:01 (GMT) |
commit | 37e1894d325c252ef5a88a556491f08f21719b71 (patch) | |
tree | 45f88b70550f3b8e13858c60d368248ad8184c04 /Source/cmTarget.cxx | |
parent | 5d05124cb7222819f82eef33b14390444923e962 (diff) | |
download | CMake-37e1894d325c252ef5a88a556491f08f21719b71.zip CMake-37e1894d325c252ef5a88a556491f08f21719b71.tar.gz CMake-37e1894d325c252ef5a88a556491f08f21719b71.tar.bz2 |
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.
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r-- | Source/cmTarget.cxx | 3 |
1 files changed, 1 insertions, 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) { |