blob: 4fb8237e99e29309f979183ac18f1dd095fec7c1 (
plain)
1
2
3
4
5
6
7
8
|
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.
|