mirror of
https://github.com/curl/curl.git
synced 2026-04-14 14:51:40 +03:00
cmake: bump requirement to 3.7
Because this is the cmake version (released in November 2016) that introduced GREATER_EQUAL, which is used already. Reported-by: nick-telia on github Fixes #10128 Closes #10161
This commit is contained in:
parent
728400f875
commit
dfbe035c8b
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
|||
# to ON or OFF), the symbol detection will be skipped. If the
|
||||
# variable is NOT DEFINED, the symbol detection will be performed.
|
||||
|
||||
cmake_minimum_required(VERSION 3.2...3.16 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.7...3.16 FATAL_ERROR)
|
||||
|
||||
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake;${CMAKE_MODULE_PATH}")
|
||||
include(Utilities)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue