Don't setup MSVC Runtime on MinGW
This commit is contained in:
parent
9118551334
commit
d219ed7179
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user