mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
Help: Document CMAKE_FIND_PACKAGE_NAME variable
This commit is contained in:
parent
b8abd25897
commit
8435088d6a
@ -36,6 +36,7 @@ Variables that Provide Information
|
||||
/variable/CMAKE_EXECUTABLE_SUFFIX
|
||||
/variable/CMAKE_EXTRA_GENERATOR
|
||||
/variable/CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES
|
||||
/variable/CMAKE_FIND_PACKAGE_NAME
|
||||
/variable/CMAKE_GENERATOR
|
||||
/variable/CMAKE_GENERATOR_PLATFORM
|
||||
/variable/CMAKE_GENERATOR_TOOLSET
|
||||
|
6
Help/variable/CMAKE_FIND_PACKAGE_NAME.rst
Normal file
6
Help/variable/CMAKE_FIND_PACKAGE_NAME.rst
Normal file
@ -0,0 +1,6 @@
|
||||
CMAKE_FIND_PACKAGE_NAME
|
||||
-----------------------
|
||||
|
||||
Defined by the :command:`find_package` command while loading
|
||||
a find module to record the caller-specified package name.
|
||||
See command documentation for details.
|
Loading…
Reference in New Issue
Block a user