File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,22 @@ index 025dbc664..0193d1fa3 100644
1212
1313 #include <curl/curl.h>
1414 #include <curl/easy.h>
15+ diff --git a/3rdparty/find_dependencies.cmake b/3rdparty/find_dependencies.cmake
16+ index cdb0f30ee..755895f66 100644
17+ --- a/3rdparty/find_dependencies.cmake
18+ +++ b/3rdparty/find_dependencies.cmake
19+ @@ -847,8 +847,9 @@ endif()
20+ # - openssl.cmake needs to be included before curl.cmake, for the
21+ # BORINGSSL_ROOT_DIR variable.
22+ if(USE_SYSTEM_CURL)
23+ - open3d_pkg_config_3rdparty_library(3rdparty_curl
24+ - SEARCH_ARGS libcurl
25+ + open3d_find_package_3rdparty_library(3rdparty_curl
26+ + PACKAGE CURL
27+ + TARGETS CURL::libcurl
28+ )
29+ if(NOT 3rdparty_curl_FOUND)
30+ set(USE_SYSTEM_CURL OFF)
1531- -
16322.45.2
1733
Original file line number Diff line number Diff line change 11{
22 "versions" : [
33 {
4- "git-tree" : " 5763912f09c5fccaebdd625c2fca84d28336aca9 " ,
4+ "git-tree" : " a6ef2d9bb577906b4fc0d405c2791bcf3c6a2adc " ,
55 "version-semver" : " 0.18.0" ,
66 "port-version" : 0
77 }
You can’t perform that action at this time.
0 commit comments