Locating ICU library on Mac requires additional hint.

This commit is contained in:
Kishore Nallan 2018-04-02 20:29:47 +05:30
parent e558257b5f
commit 96f1340c73

View File

@ -18,7 +18,7 @@ if (APPLE)
set(ENV{OPENSSL_ROOT_DIR} /usr/local/opt/openssl)
set(SNAPPY_ROOT_DIR /usr/local/opt/snappy)
set(ZLIB_ROOT /usr/local/opt/zlib)
set(CMAKE_PREFIX_PATH /usr/local/opt/curl) # findCurl does not have a way to set CURL_ROOT :(
set(CMAKE_PREFIX_PATH /usr/local/opt/curl /usr/local/opt/icu4c)
endif (APPLE)
# Ensure that we only use the static versions of libraries to link against