COMP: compile fix

Alex
This commit is contained in:
Alexander Neundorf 2007-05-22 11:05:59 -04:00
parent b37cc6072f
commit bef8d3580b
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ bool cmIncludeExternalMSProjectCommand
cmSystemTools::ConvertToUnixSlashes(path);
// Create a target instance for this utility.
cmTarget* target=this->Makefile->AddNewTarget(cmTarget::UTILITY, utility_name.c_str());
cmTarget* target=this->Makefile->AddNewTarget(cmTarget::UTILITY, utility_name.c_str(), false);
target->SetProperty("EXCLUDE_FROM_ALL","FALSE");
std::vector<std::string> no_outputs;
cmCustomCommandLines commandLines;