[Cmake-commits] [cmake-commits] king committed SystemInformation.in 1.7 1.8
cmake-commits at cmake.org
cmake-commits at cmake.org
Wed Sep 23 08:48:43 EDT 2009
Update of /cvsroot/CMake/CMake/Tests/SystemInformation
In directory public:/mounts/ram/cvs-serv28308/Tests/SystemInformation
Modified Files:
SystemInformation.in
Log Message:
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.
Index: SystemInformation.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/SystemInformation/SystemInformation.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -C 2 -d -r1.7 -r1.8
*** SystemInformation.in 23 Jul 2009 14:07:25 -0000 1.7
--- SystemInformation.in 23 Sep 2009 12:48:39 -0000 1.8
***************
*** 94,95 ****
--- 94,96 ----
CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES == "${CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES}"
+ XCODE_VERSION == "${XCODE_VERSION}"
More information about the Cmake-commits
mailing list