- updated cmake to be more liberal in where we look for libcurl

This commit is contained in:
Mark Vejvoda 2011-01-27 22:47:09 +00:00
parent 1c558abef0
commit 7ef965a8db
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ FIND_PATH(CURL_INCLUDE_DIR NAMES curl/curl.h)
MARK_AS_ADVANCED(CURL_INCLUDE_DIR)
# Look for the library.
FIND_LIBRARY(CURL_LIBRARY NAMES curl curl-gnutls)
FIND_LIBRARY(CURL_LIBRARY NAMES curl curl-gnutls
PATHS "/usr/local/lib/")
MARK_AS_ADVANCED(CURL_LIBRARY)
# handle the QUIETLY and REQUIRED arguments and set CURL_FOUND to TRUE if