From fda1c58350273dd9c1d27430c10538dd0c97de87 Mon Sep 17 00:00:00 2001 From: "andrei.malashkin" Date: Wed, 14 Jul 2021 09:33:02 +0400 Subject: [PATCH] make AND to upper case --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b8ebe06..5fb6c958 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -139,7 +139,7 @@ endif(ENABLE_GLSLANG_WEBMIN) if(WIN32) set(CMAKE_DEBUG_POSTFIX "d") option(OVERRIDE_MSVCCRT "Overrides runtime of MSVC " ON) - if(MSVC and OVERRIDE_MSVCCRT) + if(MSVC AND OVERRIDE_MSVCCRT) include(ChooseMSVCCRT.cmake) endif(MSVC) add_definitions(-DGLSLANG_OSINCLUDE_WIN32)