diff options
-rw-r--r-- | Source/cmLocalGenerator.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index f504647..c84ce41 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -534,8 +534,6 @@ void cmLocalGenerator::AddBuildTargetRule(const char* llang, cmTarget& target) std::string flags; // should be set std::string linkFlags; // should be set this->GetTargetFlags(linkLibs, flags, linkFlags, target); - // Change the type to utility -// target.SetType(cmTarget::UTILITY, target.GetName()); std::string rule = m_Makefile->GetRequiredDefinition(createRule.c_str()); this->ExpandRuleVariables(rule, llang, // language |