diff options
author | selsta <selsta@sent.at> | 2020-06-25 19:52:10 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2020-06-25 20:31:16 +0200 |
commit | 6111689cfa256e1b10ad9213290999f183bfb63d (patch) | |
tree | 9f19bb58cb312c80fb2c242dc449513b343bf342 /contrib/depends/toolchain.cmake.in | |
parent | Merge pull request #6656 (diff) | |
download | monero-6111689cfa256e1b10ad9213290999f183bfb63d.tar.xz |
cmake: allow custom openssl path on macOS
Diffstat (limited to '')
-rw-r--r-- | contrib/depends/toolchain.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/depends/toolchain.cmake.in b/contrib/depends/toolchain.cmake.in index 2634423ab..104e849f1 100644 --- a/contrib/depends/toolchain.cmake.in +++ b/contrib/depends/toolchain.cmake.in @@ -55,7 +55,7 @@ SET(Boost_NO_SYSTEM_PATHS ON) SET(Boost_USE_STATIC_LIBS ON) SET(Boost_USE_STATIC_RUNTIME ON) -SET(OpenSSL_DIR @prefix@/lib) +SET(OPENSSL_ROOT_DIR @prefix@) SET(ARCHITECTURE @arch@) # for libraries and headers in the target directories |