mirror of
https://github.com/curl/curl.git
synced 2026-08-01 00:08:09 +03:00
require mingw-w64 v3
This commit is contained in:
parent
58b9c6134b
commit
fec93d9536
1 changed files with 3 additions and 0 deletions
|
|
@ -246,6 +246,9 @@ if(WIN32)
|
|||
string(REGEX REPLACE "MINGW64_VERSION=" "" MINGW64_VERSION "${CURL_TEST_OUTPUT}")
|
||||
if(MINGW64_VERSION)
|
||||
message(STATUS "Found MINGW64_VERSION=${MINGW64_VERSION}")
|
||||
if(MINGW64_VERSION VERSION_LESS 3.0)
|
||||
message(FATAL_ERROR "mingw-w64 3.0 or upper is required")
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
unset(MINGW64_VERSION CACHE) # Avoid storing in CMake cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue