From 306b634d2f937fc666ddffe746847138857bcbb5 Mon Sep 17 00:00:00 2001 From: Michael John Date: Thu, 19 Dec 2019 13:56:59 -0500 Subject: [PATCH] Include FindPackageHandleStandardArgs before use. The function 'FindPackageHandleStandardArgs' needs to be included before used. --- FindLibreSSL.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FindLibreSSL.cmake b/FindLibreSSL.cmake index d87b96eb36..6bdc069d36 100644 --- a/FindLibreSSL.cmake +++ b/FindLibreSSL.cmake @@ -66,6 +66,8 @@ Set LIBRESSL_ROOT_DIR to the root directory of an LibreSSL installation. ]=======================================================================] +INCLUDE(FindPackageHandleStandardArgs) + # Set Hints set(_LIBRESSL_ROOT_HINTS ${LIBRESSL_ROOT_DIR}