libcurl can be had in a nuget package

This commit is contained in:
DarthArgus
2016-07-23 18:58:31 -07:00
parent 9b369713e1
commit 359838ef8d
+5 -1
View File
@@ -31,7 +31,11 @@ find_package(PCRE REQUIRED)
find_package(Perl REQUIRED)
find_package(Threads)
find_package(ZLIB REQUIRED)
find_package(CURL REQUIRED)
if(UNIX)
# Maybe use the nuGet version instead? possibly can do the same for many of the other libs...
find_package(CURL REQUIRED)
endif()
if(WIN32)
find_package(Iconv REQUIRED)