[cmake-commits] hoffman committed CMakeLists.txt 1.300 1.301

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Oct 3 15:26:00 EDT 2006


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv16533

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: use core and not all of carbon


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CMakeLists.txt,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -d -r1.300 -r1.301
--- CMakeLists.txt	21 Aug 2006 16:37:40 -0000	1.300
+++ CMakeLists.txt	3 Oct 2006 19:25:58 -0000	1.301
@@ -224,7 +224,7 @@
 
 # On Apple we need Carbon
 IF(APPLE)
-  TARGET_LINK_LIBRARIES(CMakeLib "-framework Carbon")
+  TARGET_LINK_LIBRARIES(CMakeLib "-framework CoreFoundation")
 ENDIF(APPLE)
 
 # On some platforms we need the rpcrt4 library for the VS 7 generators.



More information about the Cmake-commits mailing list