diff options
-rw-r--r-- | libdash/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdash/CMakeLists.txt b/libdash/CMakeLists.txt index 0e47c993..ded15cfb 100644 --- a/libdash/CMakeLists.txt +++ b/libdash/CMakeLists.txt @@ -11,9 +11,9 @@ if(ANDROID_API) elseif (COMPILE_FOR_IOS) set(CMAKE_CXX_FLAGS "-std=c++0x -g -DLOG_BUILD") find_package(LibXml2 REQUIRED) - find_host_package(OpenSSL REQUIRED) + find_package(OpenSSL REQUIRED) find_package(ZLIB REQUIRED) - find_host_package(CURL REQUIRED) + find_package(CURL REQUIRED) else () set(CMAKE_CXX_FLAGS "-std=c++0x -g -DLOG_BUILD") find_package(LibXml2 REQUIRED) |