Skip to content
Snippets Groups Projects
Commit c4172934 authored by Ilya Zhuravlev's avatar Ilya Zhuravlev
Browse files

Prefer shared cURL library instead of the static one.

parent 40dac4cd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment