mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
Implement generator toolset selection (cmake -T) for Xcode > 2.0 by adding the GCC_VERSION build setting to project files.
This commit is contained in:
@@ -302,6 +302,15 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
|
||||
"CMake provides the name of the chosen toolset in this variable."
|
||||
,false,
|
||||
"Variables that Provide Information");
|
||||
cm->DefineProperty
|
||||
("CMAKE_XCODE_PLATFORM_TOOLSET", cmProperty::VARIABLE,
|
||||
"Xcode compiler selection.",
|
||||
"Xcode supports selection of a compiler from one of the installed "
|
||||
"toolsets. "
|
||||
"CMake provides the name of the chosen toolset in this variable, "
|
||||
"if any is explicitly selected (e.g. via the cmake -T option)."
|
||||
,false,
|
||||
"Variables that Provide Information");
|
||||
cm->DefineProperty
|
||||
("CMAKE_MINOR_VERSION", cmProperty::VARIABLE,
|
||||
"The Minor version of cmake (i.e. the 4 in X.4.X).",
|
||||
|
||||
Reference in New Issue
Block a user