aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael John <dangerousHobo@users.noreply.github.com>2019-12-19 13:56:59 -0500
committerGitHub <noreply@github.com>2019-12-19 13:56:59 -0500
commit306b634d2f937fc666ddffe746847138857bcbb5 (patch)
treeb13349b086604b7c1600de200aca5fd6f7de2f75
parent5542c1828a53a0fd28b754f68a8a5c80848e4246 (diff)
downloadportable-306b634d2f937fc666ddffe746847138857bcbb5.tar.gz
portable-306b634d2f937fc666ddffe746847138857bcbb5.tar.bz2
portable-306b634d2f937fc666ddffe746847138857bcbb5.zip
Include FindPackageHandleStandardArgs before use.
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}