Skip to content

Commit

Permalink
Include FindPackageHandleStandardArgs before use.
Browse files Browse the repository at this point in the history
The function 'FindPackageHandleStandardArgs' needs to be included before used.
  • Loading branch information
Michael John authored Dec 19, 2019
1 parent 5542c18 commit 306b634
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FindLibreSSL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 306b634

Please sign in to comment.