diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2021-05-25 20:18:49 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2021-05-31 12:41:44 (GMT) |
commit | 60e752ced8e9b604591082ee3b21d545fafa8ad8 (patch) | |
tree | 86495c940f685d6c777488ffc97aa9c2d93b83ee /Source/cmInstallTargetGenerator.h | |
parent | dd6fd62615ef816f5cbdbd8cd5f827a5cc360464 (diff) | |
download | CMake-60e752ced8e9b604591082ee3b21d545fafa8ad8.zip CMake-60e752ced8e9b604591082ee3b21d545fafa8ad8.tar.gz CMake-60e752ced8e9b604591082ee3b21d545fafa8ad8.tar.bz2 |
Refactor: Move common methods into cmInstallGenerator
Diffstat (limited to 'Source/cmInstallTargetGenerator.h')
-rw-r--r-- | Source/cmInstallTargetGenerator.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/cmInstallTargetGenerator.h b/Source/cmInstallTargetGenerator.h index 84fce42..6173f2c 100644 --- a/Source/cmInstallTargetGenerator.h +++ b/Source/cmInstallTargetGenerator.h @@ -93,15 +93,6 @@ public: protected: void GenerateScriptForConfig(std::ostream& os, const std::string& config, Indent indent) override; - using TweakMethod = void (cmInstallTargetGenerator::*)(std::ostream&, Indent, - const std::string&, - const std::string&); - void AddTweak(std::ostream& os, Indent indent, const std::string& config, - std::string const& file, TweakMethod tweak); - void AddTweak(std::ostream& os, Indent indent, const std::string& config, - std::string const& dir, std::vector<std::string> const& files, - TweakMethod tweak); - std::string GetDestDirPath(std::string const& file); void PreReplacementTweaks(std::ostream& os, Indent indent, const std::string& config, std::string const& file); |