Removed a space in CMakeLists.txt that can make the linker grumpy.
This commit is contained in:
parent
65497160f7
commit
e4cc3fcd9b
|
@ -50,7 +50,7 @@ IF(MACOSX)
|
||||||
|
|
||||||
# Need these everywhere...
|
# Need these everywhere...
|
||||||
ADD_DEFINITIONS(-fno-common)
|
ADD_DEFINITIONS(-fno-common)
|
||||||
SET(OTHER_LDFLAGS ${OTHER_LDFLAGS} " -framework Carbon -framework IOKit")
|
SET(OTHER_LDFLAGS ${OTHER_LDFLAGS} "-framework Carbon -framework IOKit")
|
||||||
ENDIF(MACOSX)
|
ENDIF(MACOSX)
|
||||||
|
|
||||||
# Add some gcc-specific command lines.
|
# Add some gcc-specific command lines.
|
||||||
|
|
Loading…
Reference in New Issue