Skip to content

Commit

Permalink
Fix ecbuild-2 deprecation warning (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck authored Jan 9, 2024
1 parent df2d5f1 commit 391e6f4
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 @@ -176,7 +176,7 @@ endif()

ecbuild_add_option( FEATURE CURL
DESCRIPTION "Curl library for transfering data with URLs"
REQUIRED_PACKAGES "CURL VERSION 7.20" )
REQUIRED_PACKAGES "CURL 7.20" )

if(HAVE_CURL)
ecbuild_info("Curl version ${CURL_VERSION_STRING} -- libs [${CURL_LIBRARIES}] incs [${CURL_INCLUDE_DIRS}]")
Expand Down

0 comments on commit 391e6f4

Please sign in to comment.