mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Customizable error messages for missing prereqs.
Adds the FindRequiredPackage() macro that wraps the functionality of the standard find_package() macro.
This commit is contained in:
parent
ffdf9e7474
commit
efce9dbfe2
4 changed files with 63 additions and 12 deletions
|
@ -13,7 +13,7 @@
|
|||
#
|
||||
# Variables defined by this module:
|
||||
#
|
||||
# OpenSSL_FOUND System has openssl, include and library dirs found
|
||||
# OPENSSL_FOUND System has openssl, include and library dirs found
|
||||
# OpenSSL_INCLUDE_DIR The openssl include directories.
|
||||
# OpenSSL_LIBRARIES The openssl libraries.
|
||||
# OpenSSL_CYRPTO_LIBRARY The openssl crypto library.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue