mirror of
https://github.com/curl/curl.git
synced 2026-01-18 17:21:26 +01:00
Show a message if the CMake version is lower than that when consuming
libcurl via the CMake config.
The minimum CMake version on consumption is for now the same as
the minimum required (v3.7) to build curl itself.
Ref: https://cmake.org/cmake/help/v3.7/variable/CMAKE_MINIMUM_REQUIRED_VERSION.html
Ref: #18704 (discussion)
Follow-up to 16f073ef49 #16973
Closes #19776