added mac ports folder for curl to find it

This commit is contained in:
Mark Vejvoda 2013-11-09 17:20:21 +00:00
parent 095351c1a0
commit 7f94eb215b
1 changed files with 2 additions and 1 deletions

View File

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