From ca82d060b8cce17e8a31deb870ceff82934126de Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 14 Apr 2006 09:02:50 -0400 Subject: [PATCH] ENH: fix syntax --- Source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index a72573b1e..6b7ac0f10 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -222,7 +222,7 @@ ENDIF(UNIX) # On Apple we need Carbon IF(APPLE) - TARGET_LINK_LIBRARIES(CMakeLib -framework Carbon) + TARGET_LINK_LIBRARIES(CMakeLib "-framework Carbon") ENDIF(APPLE) # On some platforms we need the rpcrt4 library for the VS 7 generators.