mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 14:29:10 -07:00
parent
6b22409217
commit
70e193374a
1 changed files with 2 additions and 1 deletions
|
@ -50,8 +50,9 @@
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
FindPython3 requires Cmake v3.12
|
FindPython3 requires Cmake v3.12
|
||||||
|
ARCH_INDEPENDENT option of write_basic_package_version_file() requires Cmake v3.14
|
||||||
]]
|
]]
|
||||||
cmake_minimum_required(VERSION 3.12.0 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.14.0 FATAL_ERROR)
|
||||||
|
|
||||||
# Gets the latest tag as a string like "v0.6.6"
|
# Gets the latest tag as a string like "v0.6.6"
|
||||||
# Can silently fail if git isn't on the system
|
# Can silently fail if git isn't on the system
|
||||||
|
|
Loading…
Reference in a new issue