diff --git a/FindLibreSSL.cmake b/FindLibreSSL.cmake index 6bdc069d36..67793710df 100644 --- a/FindLibreSSL.cmake +++ b/FindLibreSSL.cmake @@ -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/"