mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
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.
This commit is contained in:
parent
5d05124cb7
commit
37e1894d32
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user