From cb16be6ebbe173d308892ebfaceb105ccc645652 Mon Sep 17 00:00:00 2001 From: Michael John Date: Thu, 19 Dec 2019 13:56:59 -0500 Subject: 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 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. ]=======================================================================] +INCLUDE(FindPackageHandleStandardArgs) + # Set Hints set(_LIBRESSL_ROOT_HINTS ${LIBRESSL_ROOT_DIR} -- cgit v1.2.3-55-g6feb