Update CMakeLists.txt

N++ defaulted to tabs. Fixing.
develop
PopnROFL 2023-02-21 20:19:37 -07:00 committed by Kelly Kinkade
parent 15b00587a0
commit 7901fdf6ec
1 changed files with 2 additions and 2 deletions

@ -62,8 +62,8 @@ endif()
if(WIN32)
if(NOT MSVC)
message(SEND_ERROR "No MSVC found! MSVC 2022 version 1930 to 1935 is required.")
elseif((MSVC_VERSION LESS 1930) OR (MSVC_VERSION GREATER 1935))
message(SEND_ERROR "No MSVC found! MSVC 2022 version 1930 to 1935 is required.")
elseif((MSVC_VERSION LESS 1930) OR (MSVC_VERSION GREATER 1935))
message(SEND_ERROR "MSVC 2022 version 1930 to 1935 is required, Version Found: ${MSVC_VERSION}")
endif()
endif()