From 48fdfdaedd22d1270fc12210274b18d121727da7 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 3 Oct 2006 15:25:58 -0400 Subject: [PATCH] ENH: use core and not all of carbon --- Source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index f6770f85e..17aa18d88 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -224,7 +224,7 @@ TARGET_LINK_LIBRARIES(CMakeLib cmsys # 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.