Przeglądaj źródła

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

Ryan C. Gordon 14 lat temu
rodzic
commit
e4cc3fcd9b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      CMakeLists.txt

+ 1 - 1
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.