mirror of
https://github.com/glest/glest-source.git
synced 2025-08-29 19:00:07 +02:00
added mac ports folder for curl to find it
This commit is contained in:
@@ -6,13 +6,15 @@
|
||||
# CURL_FOUND - True if curl found.
|
||||
|
||||
# Look for the header file.
|
||||
FIND_PATH(CURL_INCLUDE_DIR NAMES curl/curl.h)
|
||||
FIND_PATH(CURL_INCLUDE_DIR NAMES curl/curl.h
|
||||
PATHS /usr/local/include/
|
||||
/opt/local/include/)
|
||||
MARK_AS_ADVANCED(CURL_INCLUDE_DIR)
|
||||
|
||||
# Look for the library.
|
||||
FIND_LIBRARY(CURL_LIBRARY NAMES curl curl-gnutls
|
||||
PATHS "/usr/local/lib/"
|
||||
"/opt/local/")
|
||||
PATHS /usr/local/lib/
|
||||
/opt/local/lib/)
|
||||
MARK_AS_ADVANCED(CURL_LIBRARY)
|
||||
|
||||
# handle the QUIETLY and REQUIRED arguments and set CURL_FOUND to TRUE if
|
||||
|
Reference in New Issue
Block a user