diff options
author | David Cole <david.cole@kitware.com> | 2012-01-25 16:16:39 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-01-25 16:16:39 (GMT) |
commit | ac1c2a00b1660d7581eb95f5fccb0261d91b0d83 (patch) | |
tree | f7fe8d52236570672a28c32b7363de226fe7cf00 | |
parent | 2e69c0534fb78ac728a4dab75d75df0eec8a6589 (diff) | |
parent | 26015baba36c8c48b2b72ca2b0ddb7ba0b37d6ad (diff) | |
download | CMake-ac1c2a00b1660d7581eb95f5fccb0261d91b0d83.zip CMake-ac1c2a00b1660d7581eb95f5fccb0261d91b0d83.tar.gz CMake-ac1c2a00b1660d7581eb95f5fccb0261d91b0d83.tar.bz2 |
Merge topic 'FPHSA-CONFIG_MODE-doc'
26015ba FindPackageHandleStandardArgs: fix documentation
-rw-r--r-- | Modules/FindPackageHandleStandardArgs.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/FindPackageHandleStandardArgs.cmake b/Modules/FindPackageHandleStandardArgs.cmake index 1acb021..b503357 100644 --- a/Modules/FindPackageHandleStandardArgs.cmake +++ b/Modules/FindPackageHandleStandardArgs.cmake @@ -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. # |