summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-10-03 19:25:58 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-10-03 19:25:58 (GMT)
commit48fdfdaedd22d1270fc12210274b18d121727da7 (patch)
tree554f0663c1ea6d1d5ea74669f477168ca95af734
parentf851821cc7b97d793f716766cceaa2b7f3a2eef4 (diff)
downloadCMake-48fdfdaedd22d1270fc12210274b18d121727da7.zip
CMake-48fdfdaedd22d1270fc12210274b18d121727da7.tar.gz
CMake-48fdfdaedd22d1270fc12210274b18d121727da7.tar.bz2
ENH: use core and not all of carbon
-rw-r--r--Source/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index f6770f8..17aa18d 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.