diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-10-03 19:25:58 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-10-03 19:25:58 (GMT) |
commit | 48fdfdaedd22d1270fc12210274b18d121727da7 (patch) | |
tree | 554f0663c1ea6d1d5ea74669f477168ca95af734 | |
parent | f851821cc7b97d793f716766cceaa2b7f3a2eef4 (diff) | |
download | CMake-48fdfdaedd22d1270fc12210274b18d121727da7.zip CMake-48fdfdaedd22d1270fc12210274b18d121727da7.tar.gz CMake-48fdfdaedd22d1270fc12210274b18d121727da7.tar.bz2 |
ENH: use core and not all of carbon
-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. |