diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-11 15:53:45 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-11 15:53:45 (GMT) |
commit | 95d6107da2678f0e27c4f50d3481b8c4b570cde9 (patch) | |
tree | 4b1171d03594ca4ee432adc2327fccb51984ed9e /Source/cmGlobalXCodeGenerator.h | |
parent | 213c04563cd2bfe092f3445995e17c23675bbb8d (diff) | |
download | CMake-95d6107da2678f0e27c4f50d3481b8c4b570cde9.zip CMake-95d6107da2678f0e27c4f50d3481b8c4b570cde9.tar.gz CMake-95d6107da2678f0e27c4f50d3481b8c4b570cde9.tar.bz2 |
FIX: fix crashing test SubDir for xcode
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r-- | Source/cmGlobalXCodeGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h index fe68f28..6cf7d2d 100644 --- a/Source/cmGlobalXCodeGenerator.h +++ b/Source/cmGlobalXCodeGenerator.h @@ -143,6 +143,7 @@ private: bool m_DoneXCodeHack; std::string m_CurrentReRunCMakeMakefile; std::string m_CurrentXCodeHackMakefile; + std::string m_CurrentProject; std::string m_OutputDir; std::vector<std::string> m_CurrentOutputDirectoryComponents; std::vector<std::string> m_ProjectOutputDirectoryComponents; |