We have a need to be able to build netCDF with minimal dependencies. There are options to turn off the filters, remote functionality, and many other options. However, it looks like the latest main branch has a mandatory dependency on CURL. I don't seen anyway to turn it off other than removing the curl-related lines from the cmake/dependencies.cmake file.
Can we add an ENABLE_CURL option. I'm OK with it defaulting to ON, but would like the capability to turn it off...
This is with main branch as of February 1, 2024.
We have a need to be able to build netCDF with minimal dependencies. There are options to turn off the filters, remote functionality, and many other options. However, it looks like the latest main branch has a mandatory dependency on CURL. I don't seen anyway to turn it off other than removing the curl-related lines from the cmake/dependencies.cmake file.
Can we add an
ENABLE_CURLoption. I'm OK with it defaulting to ON, but would like the capability to turn it off...This is with
mainbranch as of February 1, 2024.