From b8abd25897c49aaf7461937283043f33c837031d Mon Sep 17 00:00:00 2001 From: Gregor Jasny Date: Sat, 10 Jan 2015 20:41:52 +0100 Subject: [PATCH] find_package: Document CMAKE_FIND_PACKAGE_NAME variable Signed-off-by: Gregor Jasny --- Help/command/find_package.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Help/command/find_package.rst b/Help/command/find_package.rst index 190d05cf6..7f518a6a9 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 ```` name which is searched for ``_FIND_REQUIRED`` true if ``REQUIRED`` option was given ``_FIND_QUIETLY``