mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 10:18:34 -06:00
Refactor: Use new SetProperty signatures
This commit is contained in:
@@ -173,7 +173,7 @@ static bool RunCommandForScope(
|
||||
SetPropertyCommand::HandleAndValidateSourceFilePropertyGENERATED(
|
||||
sf, *(k + 1));
|
||||
} else {
|
||||
sf->SetProperty(*k, (k + 1)->c_str());
|
||||
sf->SetProperty(*k, *(k + 1));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user