summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallTargetGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-06-07 08:01:00 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-06-07 08:24:27 (GMT)
commitdd0417c7becb9d00bf60827d299b3d520bb138c5 (patch)
treeb013c00ee1811118b6b7bcd1914ed7b8cde21ec3 /Source/cmInstallTargetGenerator.cxx
parent125c48660ce5f58e8fa9371cfb9c192f42b19401 (diff)
downloadCMake-dd0417c7becb9d00bf60827d299b3d520bb138c5.zip
CMake-dd0417c7becb9d00bf60827d299b3d520bb138c5.tar.gz
CMake-dd0417c7becb9d00bf60827d299b3d520bb138c5.tar.bz2
cmInstallTargetGenerator: Re-arrange data layout.
Remove unused cmGeneratorTarget member. Size goes from 238 to 232 bytes.
Diffstat (limited to 'Source/cmInstallTargetGenerator.cxx')
-rw-r--r--Source/cmInstallTargetGenerator.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmInstallTargetGenerator.cxx b/Source/cmInstallTargetGenerator.cxx
index 082a78c..5115788 100644
--- a/Source/cmInstallTargetGenerator.cxx
+++ b/Source/cmInstallTargetGenerator.cxx
@@ -29,7 +29,9 @@ cmInstallTargetGenerator
MessageLevel message,
bool optional):
cmInstallGenerator(dest, configurations, component, message), Target(&t),
- ImportLibrary(implib), FilePermissions(file_permissions), Optional(optional)
+ FilePermissions(file_permissions),
+ ImportLibrary(implib),
+ Optional(optional)
{
this->ActionsPerConfig = true;
this->NamelinkMode = NamelinkModeNone;