aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael John <dangerousHobo@users.noreply.github.com>2019-12-19 13:56:59 -0500
committerBrent Cook <busterb@gmail.com>2019-12-20 16:12:32 -0600
commitcb16be6ebbe173d308892ebfaceb105ccc645652 (patch)
tree1e7bf1d621acd39cadf45179a282031a31bcdfc0
parent9371ddb5525f69f43a328419d09eb49a439d7c0f (diff)
downloadportable-OPENBSD_6_6.tar.gz
portable-OPENBSD_6_6.tar.bz2
portable-OPENBSD_6_6.zip
Include FindPackageHandleStandardArgs before use.OPENBSD_6_6
The function 'FindPackageHandleStandardArgs' needs to be included before used.
-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}