From 0adee1e6dd4f62bd64ff939f51ac75a07ac9c728 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 14 Apr 2006 08:44:14 -0400 Subject: ENH: make sure cmake can be built with an older version of cmake --- Source/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index ee346a3..a72573b 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -222,8 +222,7 @@ ENDIF(UNIX) # On Apple we need Carbon IF(APPLE) - FIND_LIBRARY(CARBON Carbon) - TARGET_LINK_LIBRARIES(CMakeLib ${CARBON}) + TARGET_LINK_LIBRARIES(CMakeLib -framework Carbon) ENDIF(APPLE) # On some platforms we need the rpcrt4 library for the VS 7 generators. -- cgit v0.12