mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 14:20:06 -06:00
COMP: compile fix
Alex
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user