diff options
-rw-r--r-- | FindLibreSSL.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FindLibreSSL.cmake b/FindLibreSSL.cmake index 6bdc069..6779371 100644 --- a/FindLibreSSL.cmake +++ b/FindLibreSSL.cmake | |||
@@ -81,6 +81,11 @@ if (WIN32) | |||
81 | "${_programfiles}/LibreSSL" | 81 | "${_programfiles}/LibreSSL" |
82 | ) | 82 | ) |
83 | unset(_programfiles) | 83 | unset(_programfiles) |
84 | elseif(APPLE) | ||
85 | # Homebrew installs LibreSSL here | ||
86 | set(_LIBRESSL_ROOT_PATHS | ||
87 | "/usr/local/opt/libressl" | ||
88 | ) | ||
84 | else() | 89 | else() |
85 | set(_LIBRESSL_ROOT_PATHS | 90 | set(_LIBRESSL_ROOT_PATHS |
86 | "/usr/local/" | 91 | "/usr/local/" |