mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
cmMakefileGenerator: Update GetConfigName to return const reference
This commit is contained in:
@@ -34,7 +34,7 @@ public:
|
||||
cmLocalUnixMakefileGenerator3(cmGlobalGenerator* gg, cmMakefile* mf);
|
||||
~cmLocalUnixMakefileGenerator3() override;
|
||||
|
||||
std::string GetConfigName() const;
|
||||
std::string const& GetConfigName() const;
|
||||
|
||||
void ComputeHomeRelativeOutputPath() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user