mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
find_package: Document CMAKE_FIND_PACKAGE_NAME variable
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
This commit is contained in:
@@ -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
|
defines variables to provide information about the call arguments (and
|
||||||
restores their original state before returning):
|
restores their original state before returning):
|
||||||
|
|
||||||
|
``CMAKE_FIND_PACKAGE_NAME``
|
||||||
|
the ``<package>`` name which is searched for
|
||||||
``<package>_FIND_REQUIRED``
|
``<package>_FIND_REQUIRED``
|
||||||
true if ``REQUIRED`` option was given
|
true if ``REQUIRED`` option was given
|
||||||
``<package>_FIND_QUIETLY``
|
``<package>_FIND_QUIETLY``
|
||||||
|
|||||||
Reference in New Issue
Block a user