mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-26 12:18:51 -05:00
Update comment for msvcrt CMake option
This commit is contained in:
parent
aff00d0dd8
commit
9a0e88a016
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user