[cmake-commits] hoffman committed Darwin.cmake 1.37 1.38

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Oct 22 14:01:52 EDT 2007


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

Modified Files:
	Darwin.cmake 
Log Message:
ENH: fix spelling error


Index: Darwin.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Darwin.cmake,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- Darwin.cmake	22 Oct 2007 14:17:31 -0000	1.37
+++ Darwin.cmake	22 Oct 2007 18:01:49 -0000	1.38
@@ -44,8 +44,7 @@
   # now put _CMAKE_OSX_MACHINE into the cache
   SET(CMAKE_OSX_ARCHITECTURES ${_CMAKE_OSX_MACHINE}
     CACHE STRING "Build architectures for OSX")
-  SET(CMAKE_OSX_ARCHITECTURES_DEFAULT ${_CMAKE_OSX_MACHINE}
-    CACHE INTERNAL "uname -m architecture")
+  SET(CMAKE_OSX_ARCHITECTURES_DEFAULT ${_CMAKE_OSX_MACHINE})
 ENDIF(EXISTS /Developer/SDKs/MacOSX10.4u.sdk)
 
 



More information about the Cmake-commits mailing list