mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
Don't setup MSVC Runtime on MinGW
This commit is contained in:
committed by
akallabeth
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()
|
||||
|
||||
Reference in New Issue
Block a user