ENH: fix vsexternal test on vs 71
This commit is contained in:
parent
69e366f49b
commit
019252be80
|
@ -38,6 +38,7 @@ bool cmIncludeExternalMSProjectCommand
|
||||||
args[0].c_str());
|
args[0].c_str());
|
||||||
target->SetProperty("EXTERNAL_MSPROJECT", path.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)
|
for (unsigned int i=2; i<args.size(); ++i)
|
||||||
{
|
{
|
||||||
target->AddUtility(args[i].c_str());
|
target->AddUtility(args[i].c_str());
|
||||||
|
|
Loading…
Reference in New Issue