mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
stringapi: Pass configuration names as strings
This commit is contained in:
@@ -54,7 +54,7 @@ void cmLocalXCodeGenerator::Generate()
|
||||
iter != targets.end(); ++iter)
|
||||
{
|
||||
cmTarget* t = &iter->second;
|
||||
t->HasMacOSXRpathInstallNameDir(NULL);
|
||||
t->HasMacOSXRpathInstallNameDir("");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -68,6 +68,6 @@ void cmLocalXCodeGenerator::GenerateInstallRules()
|
||||
iter != targets.end(); ++iter)
|
||||
{
|
||||
cmTarget* t = &iter->second;
|
||||
t->HasMacOSXRpathInstallNameDir(NULL);
|
||||
t->HasMacOSXRpathInstallNameDir("");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user