diff options
| author | Michael John <dangerousHobo@users.noreply.github.com> | 2019-12-19 13:56:59 -0500 |
|---|---|---|
| committer | Brent Cook <busterb@gmail.com> | 2019-12-20 16:12:32 -0600 |
| commit | cb16be6ebbe173d308892ebfaceb105ccc645652 (patch) | |
| tree | 1e7bf1d621acd39cadf45179a282031a31bcdfc0 | |
| parent | 9371ddb5525f69f43a328419d09eb49a439d7c0f (diff) | |
| download | portable-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.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} |
