HDFGroup / vol-rest

HDF5 REST VOL Connector
Other
5 stars 8 forks source link

Add min curl version to README #68

Closed mattjala closed 11 months ago

mattjala commented 11 months ago

For #67

Specifically, 7.61.0 is required due to the use of CURLAUTH_BEARER

jwsblokland commented 11 months ago

Would it be a good idea to replace

find_package (CURL REQUIRED)

by

find_package (CURL 7.61.0 REQUIRED)

in the CMakeLists.txt such CMake will report an error if the found cURL version is smaller than the required version.