浏览代码

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.
Stephen Kelly 11 年之前
父节点
当前提交
37e1894d32
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      Source/cmTarget.cxx

+ 1 - 2
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)
       {