浏览代码

Tweaked comment.

Camilla Berglund 12 年之前
父节点
当前提交
47c11b4ea6
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/CMakeLists.txt

+ 2 - 1
src/CMakeLists.txt

@@ -78,7 +78,8 @@ if (BUILD_SHARED_LIBS)
             set_target_properties(glfw PROPERTIES IMPORT_SUFFIX "dll.lib")
         endif()
     elseif (_GLFW_COCOA)
-        # Append -fno-common to the compile flags to work around a bug in the Apple GCC
+        # Append -fno-common to the compile flags to work around a bug in
+        # Apple's GCC
         get_target_property(glfw_CFLAGS glfw COMPILE_FLAGS)
         if (NOT glfw_CFLAGS)
             set(glfw_CFLAGS "")