[CMAKE] config.cmake: Fix 'STEQUAL' typo, in a comment
authorSerge Gautherie <reactos-git_serge_171003@gautherie.fr>
Sat, 10 Apr 2021 02:12:48 +0000 (04:12 +0200)
committerStanislav Motylkov <x86corez@gmail.com>
Tue, 27 Apr 2021 07:36:54 +0000 (10:36 +0300)
Addendum to e90b6bb.

sdk/cmake/config.cmake

index eaf193c..7bf236d 100644 (file)
@@ -71,7 +71,7 @@ elseif(CMAKE_C_COMPILER_ID STREQUAL "Clang")
         set(GCC TRUE CACHE BOOL "The compiler is GCC")
     endif()
     set(CLANG TRUE CACHE BOOL "The compiler is LLVM Clang")
-elseif(MSVC) # aka CMAKE_C_COMPILER_ID STEQUAL "MSVC"
+elseif(MSVC) # aka CMAKE_C_COMPILER_ID STREQUAL "MSVC"
     set(GCC FALSE CACHE BOOL "The compiler is GCC")
     set(CLANG FALSE CACHE BOOL "The compiler is LLVM Clang")
     # MSVC variable is already set by cmake