mirror of
https://github.com/libressl/portable.git
synced 2026-01-26 07:37:55 +00:00
Added CMake hint when searching for LibreSSL directory on macOS
This commit is contained in:
parent
a6d8cddefe
commit
b06265cf55
@ -81,6 +81,11 @@ if (WIN32)
|
||||
"${_programfiles}/LibreSSL"
|
||||
)
|
||||
unset(_programfiles)
|
||||
elseif(APPLE)
|
||||
# Homebrew installs LibreSSL here
|
||||
set(_LIBRESSL_ROOT_PATHS
|
||||
"/usr/local/opt/libressl"
|
||||
)
|
||||
else()
|
||||
set(_LIBRESSL_ROOT_PATHS
|
||||
"/usr/local/"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user