summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-01-12 13:57:45 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-01-12 13:57:45 (GMT)
commitc9f3e829e70502f0cbfc9616d019950ef81ef9df (patch)
treea9910f02e1d3f74cf60811d3e2283ca3a066de4d /Help/command
parent63412a85e0e2431895bf4f2122d901e17f4c51b0 (diff)
parent8435088d6a387847bf58c3805424bd82ad6e09ca (diff)
downloadCMake-c9f3e829e70502f0cbfc9616d019950ef81ef9df.zip
CMake-c9f3e829e70502f0cbfc9616d019950ef81ef9df.tar.gz
CMake-c9f3e829e70502f0cbfc9616d019950ef81ef9df.tar.bz2
Merge topic 'doc-CMAKE_FIND_PACKAGE_NAME'
8435088d Help: Document CMAKE_FIND_PACKAGE_NAME variable b8abd258 find_package: Document CMAKE_FIND_PACKAGE_NAME variable
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/find_package.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/command/find_package.rst b/Help/command/find_package.rst
index 190d05c..7f518a6 100644
--- a/Help/command/find_package.rst
+++ b/Help/command/find_package.rst
@@ -312,6 +312,8 @@ When loading a find module or package configuration file ``find_package``
defines variables to provide information about the call arguments (and
restores their original state before returning):
+``CMAKE_FIND_PACKAGE_NAME``
+ the ``<package>`` name which is searched for
``<package>_FIND_REQUIRED``
true if ``REQUIRED`` option was given
``<package>_FIND_QUIETLY``