summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentVariables.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmDocumentVariables.cxx')
-rw-r--r--Source/cmDocumentVariables.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx
index d6d6267..ea07da4 100644
--- a/Source/cmDocumentVariables.cxx
+++ b/Source/cmDocumentVariables.cxx
@@ -785,6 +785,13 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
"Variables That Describe the System");
cm->DefineProperty
+ ("XCODE_VERSION", cmProperty::VARIABLE,
+ "Version of Xcode (Xcode generator only).",
+ "Under the Xcode generator, this is the version of Xcode as specified in "
+ "\"Xcode.app/Contents/version.plist\" (such as \"3.1.2\").",false,
+ "Variables That Describe the System");
+
+ cm->DefineProperty
("CMAKE_HOST_APPLE", cmProperty::VARIABLE,
"True for Apple OSXoperating systems.",
"Set to true when the host system is Apple OSX.",