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:
Jon Siwek 2010-11-17 19:48:34 -06:00
parent ffdf9e7474
commit efce9dbfe2
4 changed files with 63 additions and 12 deletions

View file

@ -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.