summaryrefslogtreecommitdiff
path: root/Tests/SystemInformation
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-09-23 08:48:39 -0400
committerBrad King <brad.king@kitware.com>2009-09-23 08:48:39 -0400
commite55bbab88bb93a51e29f6e4831f238b1c218e9b1 (patch)
tree629b2add65dc54795c711a5c487a025bd63f5f08 /Tests/SystemInformation
parentb7142e9214b05aa793d6ad12ce1eb7caa234539d (diff)
downloadcmake-e55bbab88bb93a51e29f6e4831f238b1c218e9b1.tar.gz
Teach Xcode generator to set XCODE_VERSION
We set the variable 'XCODE_VERSION' in the CMake language to the Xcode version string (e.g. "3.1.2"). Platform config files may use it later.
Diffstat (limited to 'Tests/SystemInformation')
-rw-r--r--Tests/SystemInformation/SystemInformation.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/SystemInformation/SystemInformation.in b/Tests/SystemInformation/SystemInformation.in
index 477dea0749..d2e4de44bd 100644
--- a/Tests/SystemInformation/SystemInformation.in
+++ b/Tests/SystemInformation/SystemInformation.in
@@ -93,3 +93,4 @@ CMAKE_C_IMPLICIT_LINK_DIRECTORIES == "${CMAKE_C_IMPLICIT_LINK_DIRECTORIES}"
CMAKE_CXX_IMPLICIT_LINK_LIBRARIES == "${CMAKE_CXX_IMPLICIT_LINK_LIBRARIES}"
CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES == "${CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES}"
+XCODE_VERSION == "${XCODE_VERSION}"