mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
cmValue: Use operator* explicitly to convert to std::string; avoid extra call
This commit is contained in:
@@ -147,7 +147,7 @@ void cmLocalXCodeGenerator::AddXCConfigSources(cmGeneratorTarget* target)
|
||||
|
||||
for (auto& config : configs) {
|
||||
auto file = cmGeneratorExpression::Evaluate(
|
||||
xcconfig,
|
||||
*xcconfig,
|
||||
this, config);
|
||||
if (!file.empty()) {
|
||||
target->AddSource(file);
|
||||
|
||||
Reference in New Issue
Block a user