You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm writing automation for builds of GDAL with my library - gdal.netcore.
I can't find how I can link vcpkg's CURL package to local source of PROJ6 library.
Here you can find my configuration. Configure for proj has flags CURL_INCLUDE_DIR and CURL_LIBRARY and a parameter --with-curl={path_to_file/curl-config}
I found that on windows curl-config exists, but nor on linux.
So why do you remove curl-config? Should I create a local patch, or something?
My environment: WSL2 (CentOS7).
Hi. I'm writing automation for builds of GDAL with my library - gdal.netcore.
I can't find how I can link vcpkg's CURL package to local source of PROJ6 library.
Here you can find my configuration. Configure for proj has flags
CURL_INCLUDE_DIR
andCURL_LIBRARY
and a parameter--with-curl={path_to_file/curl-config}
I found that on windows
curl-config
exists, but nor on linux.So why do you remove curl-config? Should I create a local patch, or something?
My environment: WSL2 (CentOS7).
vcpkg/ports/curl/portfile.cmake
Lines 89 to 98 in 5a97bb2
The text was updated successfully, but these errors were encountered: