summary refs log tree commit diff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Hunter/config.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/Hunter/config.cmake b/cmake/Hunter/config.cmake
index 30b1505d..2741cd55 100644
--- a/cmake/Hunter/config.cmake
+++ b/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