Fix hunter curl version string

This commit is contained in:
Nicolas Werner 2023-10-29 21:01:16 +01:00
parent 50bce25838
commit 2928b3647c
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

@ -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