Skip to content

Commit

Permalink
Prefer shared cURL library instead of the static one.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Zhuravlev committed Dec 21, 2012
1 parent 40dac4c commit c417293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindCURL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c417293

Please sign in to comment.