summarylogtreecommitdiffstats
path: root/libcurl_openssl-1_0.patch
blob: caa374d26308836b8f6b5227fd00b51e46546d0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/src/Native/Unix/System.Net.Http.Native/CMakeLists.txt b/src/Native/Unix/System.Net.Http.Native/CMakeLists.txt
index 515bdb6..c8d3426 100644
--- a/src/Native/Unix/System.Net.Http.Native/CMakeLists.txt
+++ b/src/Native/Unix/System.Net.Http.Native/CMakeLists.txt
@@ -1,9 +1,9 @@
 project(System.Net.Http.Native)
 
-find_package(CURL)
-if(NOT CURL_FOUND)
-    message(FATAL_ERROR "!!! Cannot find libcurl and System.Net.Http.Native cannot build without it. Try installing libcurl4-openssl-dev (or the appropriate package for your platform) !!!")
-endif(NOT CURL_FOUND)
+#find_package(CURL)
+#if(NOT CURL_FOUND)
+#    message(FATAL_ERROR "!!! Cannot find libcurl and System.Net.Http.Native cannot build without it. Try installing libcurl4-openssl-dev (or the appropriate package for your platform) !!!")
+#endif(NOT CURL_FOUND)
 
 if(CMAKE_STATIC_LIB_LINK)
     find_library(CURL_STATIC_LIB NAMES libcurl.a)