ENH: use core and not all of carbon

This commit is contained in:
Bill Hoffman 2006-10-03 15:25:58 -04:00
parent f851821cc7
commit 48fdfdaedd
1 changed files with 1 additions and 1 deletions

View File

@ -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.