Prefer shared cURL library instead of the static one.
This commit is contained in:
@@ -12,7 +12,7 @@ if( UNIX )
|
||||
/usr/include/curl
|
||||
)
|
||||
|
||||
FIND_LIBRARY(CURL_LIBRARY NAMES libcurl.a curl
|
||||
FIND_LIBRARY(CURL_LIBRARY NAMES curl
|
||||
PATHS
|
||||
/usr/local/lib
|
||||
/usr/lib
|
||||
|
Reference in New Issue
Block a user