[Cmake-commits] [cmake-commits] hoffman committed Darwin.cmake 1.48 1.49

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Aug 19 14:23:42 EDT 2008


Update of /cvsroot/CMake/CMake/Modules/Platform
In directory public:/mounts/ram/cvs-serv4797

Modified Files:
	Darwin.cmake 
Log Message:
BUG: fix for 6710 CMAKE_OSX_SYSROOT should be a PATH


Index: Darwin.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Darwin.cmake,v
retrieving revision 1.48
retrieving revision 1.49
diff -C 2 -d -r1.48 -r1.49
*** Darwin.cmake	9 Jul 2008 21:45:45 -0000	1.48
--- Darwin.cmake	19 Aug 2008 18:23:38 -0000	1.49
***************
*** 68,72 ****
      SET(_CMAKE_OSX_SDKS "$ENV{CMAKE_OSX_SYSROOT}")
    ENDIF(NOT "$ENV{CMAKE_OSX_SYSROOT}" STREQUAL "") 
!   SET(CMAKE_OSX_SYSROOT ${_CMAKE_OSX_SDKS} CACHE STRING
      "isysroot used for universal binary support")
    # set _CMAKE_OSX_MACHINE to umame -m
--- 68,72 ----
      SET(_CMAKE_OSX_SDKS "$ENV{CMAKE_OSX_SYSROOT}")
    ENDIF(NOT "$ENV{CMAKE_OSX_SYSROOT}" STREQUAL "") 
!   SET(CMAKE_OSX_SYSROOT ${_CMAKE_OSX_SDKS} CACHE PATH
      "isysroot used for universal binary support")
    # set _CMAKE_OSX_MACHINE to umame -m



More information about the Cmake-commits mailing list