summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-06-04 17:07:08 (GMT)
committerBrad King <brad.king@kitware.com>2014-06-04 17:16:37 (GMT)
commit3e9f6e36f3f5fd50303d1b71fc153c0ae8f916f5 (patch)
tree1d07c792c90c271d1099d18604280f0fd2c65ca4 /Source/cmGlobalXCodeGenerator.h
parent2336ec514080014430589166287e076c7e5608d8 (diff)
downloadCMake-3e9f6e36f3f5fd50303d1b71fc153c0ae8f916f5.zip
CMake-3e9f6e36f3f5fd50303d1b71fc153c0ae8f916f5.tar.gz
CMake-3e9f6e36f3f5fd50303d1b71fc153c0ae8f916f5.tar.bz2
Xcode: Rename internal variable {Platform => Generator}Toolset
The latter matches with CMAKE_GENERATOR_TOOLSET better.
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r--Source/cmGlobalXCodeGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h
index c9937ed..ecbc3f9 100644
--- a/Source/cmGlobalXCodeGenerator.h
+++ b/Source/cmGlobalXCodeGenerator.h
@@ -246,7 +246,7 @@ private:
std::map<std::string, cmXCodeObject* > TargetGroup;
std::map<std::string, cmXCodeObject* > FileRefs;
std::vector<std::string> Architectures;
- std::string PlatformToolset;
+ std::string GeneratorToolset;
};
#endif