mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
COMP: Even more global target fixes
This commit is contained in:
@@ -1220,8 +1220,7 @@ void cmLocalVisualStudio7Generator::OutputTargetRules(std::ostream& fout,
|
||||
cmTarget &target,
|
||||
const char * /*libName*/)
|
||||
{
|
||||
if (target.GetType() > cmTarget::UTILITY ||
|
||||
target.GetType() > cmTarget::GLOBAL_TARGET)
|
||||
if (target.GetType() > cmTarget::GLOBAL_TARGET)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user