summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-02-11 14:16:06 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-02-11 14:16:06 (GMT)
commitcef89d4a1c6857dbd97f469d1aa438fd2d0b8b7b (patch)
treec8c142d43f6e17545aaafb443e3918f94708c75c
parente44bbec0134200c2f2f320d4364117888ab99248 (diff)
parent37e1894d325c252ef5a88a556491f08f21719b71 (diff)
downloadCMake-cef89d4a1c6857dbd97f469d1aa438fd2d0b8b7b.zip
CMake-cef89d4a1c6857dbd97f469d1aa438fd2d0b8b7b.tar.gz
CMake-cef89d4a1c6857dbd97f469d1aa438fd2d0b8b7b.tar.bz2
Merge topic 'backward-compatibility'
37e1894d cmTarget: Remove TODO comment.
-rw-r--r--Source/cmTarget.cxx3
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)
{