Fix hunter curl version string

pull/1614/head
Nicolas Werner 1 year ago
parent 50bce25838
commit 2928b3647c
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 4
      cmake/Hunter/config.cmake

@ -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…
Cancel
Save