Merge topic 'backward-compatibility'
37e1894d cmTarget: Remove TODO comment.
This commit is contained in:
commit
cef89d4a1c
@ -317,8 +317,7 @@ void cmTarget::SetMakefile(cmMakefile* mf)
|
|||||||
// variable only for non-executable targets. This preserves
|
// variable only for non-executable targets. This preserves
|
||||||
// compatibility with previous CMake versions in which executables
|
// compatibility with previous CMake versions in which executables
|
||||||
// did not support this variable. Projects may still specify the
|
// did not support this variable. Projects may still specify the
|
||||||
// property directly. TODO: Make this depend on backwards
|
// property directly.
|
||||||
// compatibility setting.
|
|
||||||
if(this->TargetTypeValue != cmTarget::EXECUTABLE
|
if(this->TargetTypeValue != cmTarget::EXECUTABLE
|
||||||
&& this->TargetTypeValue != cmTarget::INTERFACE_LIBRARY)
|
&& this->TargetTypeValue != cmTarget::INTERFACE_LIBRARY)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user