Parcourir la source

ENH: fix syntax

Bill Hoffman il y a 19 ans
Parent
commit
ca82d060b8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Source/CMakeLists.txt

+ 1 - 1
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.