Skip to content

Commit ecbee11

Browse files
committed
Updated CURL_MIN_VERSION
1 parent f4b87d0 commit ecbee11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include(GNUInstallDirs)
1616
option(BUILD_TEST "Build Tests" OFF)
1717

1818
# if using an older VERSION of curl ocsp stapling can be disabled
19-
set(CURL_MIN_VERSION "7.28.0")
19+
set(CURL_MIN_VERSION "7.34.0")
2020

2121
set(DEFAULT_BUILD_TYPE "Release")
2222
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)

0 commit comments

Comments
 (0)