diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-04-14 09:02:50 -0400 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-04-14 09:02:50 -0400 |
commit | ca82d060b8cce17e8a31deb870ceff82934126de (patch) | |
tree | ae55ab9f89536458b4a19f1fe0f2a4c83343ae68 /Source | |
parent | c836be6f7bf92f209adfa1673a8252937ed8e537 (diff) | |
download | cmake-ca82d060b8cce17e8a31deb870ceff82934126de.tar.gz |
ENH: fix syntax
Diffstat (limited to 'Source')
-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 a72573b1e4..6b7ac0f106 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. |