add_cmake_find_use_package_registry.rst 419 B

1234567891011
  1. add_cmake_find_use_package_registry
  2. -----------------------------------
  3. * The :command:`find_package` command has learned to check the following
  4. variables to control searching
  5. * :variable:`CMAKE_FIND_USE_PACKAGE_REGISTRY` - Controls the searching the
  6. cmake user registry.
  7. * The :variable:`CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY` has been deprecated.
  8. Instead use :variable:`CMAKE_FIND_USE_PACKAGE_REGISTRY`