2
0
Эх сурвалжийг харах

Update comment for msvcrt CMake option

(cherry picked from commit 9a0e88a016ce7ad5d013c42b6a272aff1cb5aad1)
Camilla Löwy 4 жил өмнө
parent
commit
ab5f006cff
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      CMakeLists.txt

+ 2 - 1
CMakeLists.txt

@@ -67,7 +67,8 @@ if (GLFW_BUILD_DOCS)
 endif()
 
 #--------------------------------------------------------------------
-# Set compiler specific flags
+# Apply Microsoft C runtime library option
+# This is here because it also applies to tests and examples
 #--------------------------------------------------------------------
 if (MSVC)
     if (MSVC90)