diff --git a/CMakeLists.txt b/CMakeLists.txt index 7192e9b..1149c13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,7 +50,7 @@ IF(MACOSX) # Need these everywhere... ADD_DEFINITIONS(-fno-common) - SET(OTHER_LDFLAGS ${OTHER_LDFLAGS} " -framework Carbon -framework IOKit") + SET(OTHER_LDFLAGS ${OTHER_LDFLAGS} "-framework Carbon -framework IOKit") ENDIF(MACOSX) # Add some gcc-specific command lines.