Don't setup MSVC Runtime on MinGW

This commit is contained in:
مهدي شينون (Mehdi Chinoune) 2024-05-04 06:42:39 +01:00 committed by akallabeth
parent 9118551334
commit d219ed7179
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
if (WIN32)
if (MSVC)
if (CMAKE_VERSION VERSION_LESS 3.15.0)
message(FATAL_ERROR "windows builds require CMake >= 3.15")
endif()