Răsfoiți Sursa

Update comment for msvcrt CMake option

Camilla Löwy 4 ani în urmă
părinte
comite
9a0e88a016
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  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 AND NOT USE_MSVC_RUNTIME_LIBRARY_DLL)
     if (${CMAKE_VERSION} VERSION_LESS 3.15)