mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
Added CMake hint when searching for LibreSSL directory on macOS
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user