mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
9 lines
376 B
ReStructuredText
9 lines
376 B
ReStructuredText
PackageRoot search path group
|
|
-----------------------------
|
|
|
|
* All ``find_`` commands now have a `PACKAGE_ROOT` search path group that is
|
|
first in the search heuristics. If the ``find_`` command is called from
|
|
inside a find module, then the CMake and environment variables
|
|
``<PackageName>_ROOT`` are used as prefixes and are the first set of paths
|
|
that are searched.
|