From 617602e9e9e0ff57a3ef35e62e17d4a764edf920 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Tue, 19 Jun 2007 11:11:06 -0400 Subject: 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 --- Source/cmInstallDirectoryGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmInstallDirectoryGenerator.cxx') diff --git a/Source/cmInstallDirectoryGenerator.cxx b/Source/cmInstallDirectoryGenerator.cxx index aaf82358f2..6d25cb727c 100644 --- a/Source/cmInstallDirectoryGenerator.cxx +++ b/Source/cmInstallDirectoryGenerator.cxx @@ -27,7 +27,7 @@ cmInstallDirectoryGenerator std::vector const& configurations, const char* component, const char* literal_args): - Directories(dirs), Destination(dest), + cmInstallGenerator(dest), Directories(dirs), FilePermissions(file_permissions), DirPermissions(dir_permissions), Configurations(configurations), Component(component), LiteralArguments(literal_args) -- cgit v1.2.1