mirror of
https://github.com/monero-project/monero.git
synced 2025-10-11 19:10:40 -04:00
update unbound, fix unbound openssl issue on OS X
This commit is contained in:
parent
32a26332f8
commit
2d43ae8063
101 changed files with 4685 additions and 3057 deletions
9
external/unbound/CMakeLists.txt
vendored
9
external/unbound/CMakeLists.txt
vendored
|
@ -30,6 +30,15 @@ cmake_minimum_required(VERSION 2.8.7)
|
|||
|
||||
project(unbound C)
|
||||
|
||||
if (APPLE)
|
||||
if (not OpenSSL_DIR)
|
||||
EXECUTE_PROCESS(COMMAND brew --prefix openssl
|
||||
OUTPUT_VARIABLE OPENSSL_ROOT_DIR
|
||||
OUTPUT_STRIP_TRAILING_WHITESPACE)
|
||||
message(STATUS "Using OpenSSL found at ${OPENSSL_ROOT_DIR}")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
find_package(OpenSSL REQUIRED)
|
||||
find_package(Threads)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue