Bläddra i källkod

Update comment for msvcrt CMake option

(cherry picked from commit 9a0e88a016ce7ad5d013c42b6a272aff1cb5aad1)
Camilla Löwy 4 år sedan
förälder
incheckning
ab5f006cff
1 ändrade filer med 2 tillägg och 1 borttagningar
  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)