aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FindLibreSSL.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/FindLibreSSL.cmake b/FindLibreSSL.cmake
index d87b96e..6bdc069 100644
--- a/FindLibreSSL.cmake
+++ b/FindLibreSSL.cmake
@@ -66,6 +66,8 @@ Set LIBRESSL_ROOT_DIR to the root directory of an LibreSSL installation.
66 66
67]=======================================================================] 67]=======================================================================]
68 68
69INCLUDE(FindPackageHandleStandardArgs)
70
69# Set Hints 71# Set Hints
70set(_LIBRESSL_ROOT_HINTS 72set(_LIBRESSL_ROOT_HINTS
71 ${LIBRESSL_ROOT_DIR} 73 ${LIBRESSL_ROOT_DIR}