find-package_root-restore.rst 357 B

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