Merge topic 'FPHSA-CONFIG_MODE-doc'

26015ba FindPackageHandleStandardArgs: fix documentation
This commit is contained in:
David Cole 2012-01-25 11:16:39 -05:00 committed by CMake Topic Stage
commit ac1c2a00b1
1 changed files with 3 additions and 3 deletions

View File

@ -33,9 +33,9 @@
# messages include information about the required version and the version
# which has been actually found, both if the version is ok or not.
# Use the option CONFIG_MODE if your FindXXX.cmake module is a wrapper for
# a find_package(... NO_MODULE) call, in this case all the information
# provided by the config-mode of find_package() will be evaluated
# automatically.
# a find_package(... NO_MODULE) call. In this case VERSION_VAR will be set
# to <NAME>_VERSION and the macro will automatically check whether the
# Config module was found.
# Via FAIL_MESSAGE a custom failure message can be specified, if this is not
# used, the default message will be displayed.
#