I did this
When building another library that depends on curl via CURLConfig.cmake, the build fails because NGTCP2 cannot be found without COMPONENTS crypto backend.
find_dependency(NGTCP2 MODULE) missing COMPONENTS crypto backend
ngtcp2_CONFIG being unset
I expected the following
No response
curl/libcurl version
curl 8.20.0
operating system
Linux
I did this
When building another library that depends on curl via CURLConfig.cmake, the build fails because NGTCP2 cannot be found without COMPONENTS crypto backend.
find_dependency(NGTCP2 MODULE) missing COMPONENTS crypto backend
ngtcp2_CONFIG being unset
I expected the following
No response
curl/libcurl version
curl 8.20.0
operating system
Linux