mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Refactor: Generalize cmExportInstallFileGenerator::ReplaceInstallPrefix()
This commit is contained in:
@@ -87,6 +87,9 @@ public:
|
||||
return input != nullptr && input[0] == '$' && input[1] == '<';
|
||||
}
|
||||
|
||||
static void ReplaceInstallPrefix(std::string& input,
|
||||
const std::string& replacement);
|
||||
|
||||
private:
|
||||
cmListFileBacktrace Backtrace;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user