summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-02-11 09:16:06 -0500
committerCMake Topic Stage <kwrobot@kitware.com>2014-02-11 09:16:06 -0500
commitcef89d4a1c6857dbd97f469d1aa438fd2d0b8b7b (patch)
treec8c142d43f6e17545aaafb443e3918f94708c75c /Source
parente44bbec0134200c2f2f320d4364117888ab99248 (diff)
parent37e1894d325c252ef5a88a556491f08f21719b71 (diff)
downloadcmake-cef89d4a1c6857dbd97f469d1aa438fd2d0b8b7b.tar.gz
Merge topic 'backward-compatibility'
37e1894d cmTarget: Remove TODO comment.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmTarget.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 18ba7c8942..d440f7c173 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)
{