mirror of
https://github.com/reactos/CMake.git
synced 2024-12-03 00:57:25 +00:00
ENH: fix syntax
This commit is contained in:
parent
c836be6f7b
commit
ca82d060b8
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user