diff options
-rw-r--r-- | Source/CMakeLists.txt | 2 |
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. |