Removed a space in CMakeLists.txt that can make the linker grumpy.

This commit is contained in:
Ryan C. Gordon 2011-07-25 11:32:32 -07:00
parent 65497160f7
commit e4cc3fcd9b
1 changed files with 1 additions and 1 deletions

View File

@ -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.