diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-06-19 15:11:06 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-06-19 15:11:06 (GMT) |
commit | 617602e9e9e0ff57a3ef35e62e17d4a764edf920 (patch) | |
tree | e256d55948ad4c4f175dae03b65d1bce46fca182 /Source/cmInstallDirectoryGenerator.h | |
parent | f786f3ae3288c8a7d0156e62eba121e25ef321b9 (diff) | |
download | CMake-617602e9e9e0ff57a3ef35e62e17d4a764edf920.zip CMake-617602e9e9e0ff57a3ef35e62e17d4a764edf920.tar.gz CMake-617602e9e9e0ff57a3ef35e62e17d4a764edf920.tar.bz2 |
STYLE: preparations for the INSTALL(EXPORT ...) generator
-move std::string Destination to cmInstallGenerator, since all (except
the script one) have it and add a const accessor so it can be queried
-use temporary variables in cmInstallCommand for the generators so they can be reused easier
-some more const
Alex
Diffstat (limited to 'Source/cmInstallDirectoryGenerator.h')
-rw-r--r-- | Source/cmInstallDirectoryGenerator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmInstallDirectoryGenerator.h b/Source/cmInstallDirectoryGenerator.h index 296130e..5d72c8f 100644 --- a/Source/cmInstallDirectoryGenerator.h +++ b/Source/cmInstallDirectoryGenerator.h @@ -37,7 +37,6 @@ public: protected: virtual void GenerateScript(std::ostream& os); std::vector<std::string> Directories; - std::string Destination; std::string FilePermissions; std::string DirPermissions; std::vector<std::string> Configurations; |