mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
ENH: fix vsexternal test on vs 71
This commit is contained in:
@@ -37,7 +37,8 @@ bool cmIncludeExternalMSProjectCommand
|
||||
cmTarget* target=this->Makefile->AddNewTarget(cmTarget::UTILITY,
|
||||
args[0].c_str());
|
||||
target->SetProperty("EXTERNAL_MSPROJECT", path.c_str());
|
||||
target->SetProperty("EXCLUDE_FROM_ALL","FALSE");
|
||||
target->SetProperty("EXCLUDE_FROM_ALL","FALSE");
|
||||
target->SetProperty("GENERATOR_FILE_NAME", args[0].c_str());
|
||||
for (unsigned int i=2; i<args.size(); ++i)
|
||||
{
|
||||
target->AddUtility(args[i].c_str());
|
||||
|
||||
Reference in New Issue
Block a user