correct ident
authorandrei.malashkin <andrei.malashkin@reactivereality.com>
Fri, 30 Jul 2021 07:12:45 +0000 (09:12 +0200)
committerandrei.malashkin <andrei.malashkin@reactivereality.com>
Fri, 30 Jul 2021 07:12:45 +0000 (09:12 +0200)
CMakeLists.txt

index 5fb6c95..2d29062 100644 (file)
@@ -138,7 +138,7 @@ endif(ENABLE_GLSLANG_WEBMIN)
 
 if(WIN32)
     set(CMAKE_DEBUG_POSTFIX "d")
-       option(OVERRIDE_MSVCCRT "Overrides runtime of MSVC " ON)
+    option(OVERRIDE_MSVCCRT "Overrides runtime of MSVC " ON)
     if(MSVC AND OVERRIDE_MSVCCRT)
         include(ChooseMSVCCRT.cmake)
     endif(MSVC)