From ab5f006cff8944c53f353f7427c8fea3a6d6098a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Wed, 21 Apr 2021 15:06:44 +0200 Subject: [PATCH] Update comment for msvcrt CMake option (cherry picked from commit 9a0e88a016ce7ad5d013c42b6a272aff1cb5aad1) --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eb248c88..d0acec84 100644 --- a/CMakeLists.txt +++ b/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)