-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[open3d] fix curl macro redefinition
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
diff --git a/cpp/open3d/utility/Download.cpp b/cpp/open3d/utility/Download.cpp | ||
index 025dbc664..0193d1fa3 100644 | ||
--- a/cpp/open3d/utility/Download.cpp | ||
+++ b/cpp/open3d/utility/Download.cpp | ||
@@ -22,7 +22,9 @@ | ||
#define USE_OPENSSL | ||
#endif | ||
|
||
+#ifndef CURL_STATICLIB | ||
#define CURL_STATICLIB | ||
+#endif | ||
|
||
#include <curl/curl.h> | ||
#include <curl/easy.h> | ||
-- | ||
2.45.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters