diff options
author | Brad King <brad.king@kitware.com> | 2007-03-08 20:24:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-03-08 20:24:01 (GMT) |
commit | 789a0f83594cd3bafcc9a3051a5ed53ec76c8684 (patch) | |
tree | f1d00e8fbe92ca66a0bc44245962b2d104d630fe /Source/cmGlobalXCodeGenerator.h | |
parent | 1a734f238a61f419e7c22c9cf3ce678325c1320a (diff) | |
download | CMake-789a0f83594cd3bafcc9a3051a5ed53ec76c8684.zip CMake-789a0f83594cd3bafcc9a3051a5ed53ec76c8684.tar.gz CMake-789a0f83594cd3bafcc9a3051a5ed53ec76c8684.tar.bz2 |
ENH: Removed unused variables LibraryOutputPath and ExecutableOutputPath. Each target is asked for its own output directory. This is a step towards bug#2240.
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r-- | Source/cmGlobalXCodeGenerator.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h index 27470d6..e9091e4 100644 --- a/Source/cmGlobalXCodeGenerator.h +++ b/Source/cmGlobalXCodeGenerator.h @@ -146,7 +146,6 @@ private: std::vector<cmXCodeObject*>&); void AddDependTarget(cmXCodeObject* target, cmXCodeObject* dependTarget); - void ConfigureOutputPaths(); void CreateXCodeDependHackTarget(std::vector<cmXCodeObject*>& targets); bool SpecialTargetEmitted(std::string const& tname); void AddExtraTargets(cmLocalGenerator* root, @@ -179,8 +178,6 @@ private: std::string CurrentXCodeHackMakefile; std::string CurrentProject; std::string OutputDir; - std::string LibraryOutputPath; - std::string ExecutableOutputPath; std::set<cmStdString> TargetDoneSet; std::vector<std::string> CurrentOutputDirectoryComponents; std::vector<std::string> ProjectOutputDirectoryComponents; |