blob: fc1fd43753f211d1ef74893b41451d2ae9a32614 (
plain)
1
2
3
4
5
6
7
8
|
CMAKE_FIND_PACKAGE_NAME
-----------------------
.. versionadded:: 3.1.1
Defined by the :command:`find_package` command while loading
a find module to record the caller-specified package name.
See command documentation for details.
|