mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2024-11-26 19:33:34 +08:00
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