blob: 3e6b69e622c22c701843b6ae4f1efb845ce8c061 (
plain)
1
2
3
4
5
6
7
8
|
find-package_root-restore
-------------------------
* The :command:`find_package` command now searches a prefix specified by
a ``PackageName_ROOT`` CMake or environment variable. Package roots are
maintained as a stack so nested calls to all ``find_*`` commands inside
find modules also search the roots as prefixes.
See policy :policy:`CMP0074`.
|