diff options
author | Michael John <dangerousHobo@users.noreply.github.com> | 2019-12-19 13:56:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-19 13:56:59 -0500 |
commit | 306b634d2f937fc666ddffe746847138857bcbb5 (patch) | |
tree | b13349b086604b7c1600de200aca5fd6f7de2f75 | |
parent | 5542c1828a53a0fd28b754f68a8a5c80848e4246 (diff) | |
download | portable-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.cmake | 2 |
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 | ||
69 | INCLUDE(FindPackageHandleStandardArgs) | ||
70 | |||
69 | # Set Hints | 71 | # Set Hints |
70 | set(_LIBRESSL_ROOT_HINTS | 72 | set(_LIBRESSL_ROOT_HINTS |
71 | ${LIBRESSL_ROOT_DIR} | 73 | ${LIBRESSL_ROOT_DIR} |