diff options
author | Brad King <brad.king@kitware.com> | 2009-07-03 12:40:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-07-03 12:40:28 (GMT) |
commit | 789eaf157c1587e4eff9c2627c50e537fc56ba71 (patch) | |
tree | 32b8063e423c588d4a70b15c8160594ae1cbaac7 /Source/cmInstallTargetGenerator.h | |
parent | 7c05c7bd8958c2314d1204f16ac1de365482b000 (diff) | |
download | CMake-789eaf157c1587e4eff9c2627c50e537fc56ba71.zip CMake-789eaf157c1587e4eff9c2627c50e537fc56ba71.tar.gz CMake-789eaf157c1587e4eff9c2627c50e537fc56ba71.tar.bz2 |
ENH: Cleanup per-config target install generation
This cleans up cmInstallTargetGenerator's code that computes the build
tree location of a target under each configuration.
Diffstat (limited to 'Source/cmInstallTargetGenerator.h')
-rw-r--r-- | Source/cmInstallTargetGenerator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmInstallTargetGenerator.h b/Source/cmInstallTargetGenerator.h index 3a2f0d0..9e89ed2 100644 --- a/Source/cmInstallTargetGenerator.h +++ b/Source/cmInstallTargetGenerator.h @@ -90,7 +90,6 @@ protected: std::string FilePermissions; bool Optional; NamelinkModeType NamelinkMode; - std::string FromDir; }; #endif |