mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Fix hunter curl version string
This commit is contained in:
parent
50bce25838
commit
2928b3647c
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ hunter_config(
|
|||
if (WIN32)
|
||||
hunter_config(
|
||||
CURL
|
||||
VERSION 8.4.0
|
||||
VERSION 8.4.0-p0
|
||||
CMAKE_ARGS
|
||||
CMAKE_USE_SCHANNEL=ON
|
||||
BUILD_CURL_TESTS=OFF
|
||||
|
@ -19,7 +19,7 @@ if (WIN32)
|
|||
else()
|
||||
hunter_config(
|
||||
CURL
|
||||
VERSION 8.4.0
|
||||
VERSION 8.4.0-p0
|
||||
CMAKE_ARGS
|
||||
CMAKE_USE_SCHANNEL=OFF
|
||||
BUILD_CURL_TESTS=OFF
|
||||
|
|
Loading…
Reference in a new issue