Skip to content

Commit

Permalink
Updated CURL_MIN_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephP91 committed Mar 25, 2023
1 parent f4b87d0 commit ecbee11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include(GNUInstallDirs)
option(BUILD_TEST "Build Tests" OFF)

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

set(DEFAULT_BUILD_TYPE "Release")
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
Expand Down

0 comments on commit ecbee11

Please sign in to comment.