Help: Add notes for topic 'package-disable-registry'

This commit is contained in:
Brad King 2014-05-12 09:47:16 -04:00
parent be8ae96098
commit ba387cb871
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
package-disable-registry
------------------------
* The :command:`export(PACKAGE)` command learned to check the
:variable:`CMAKE_EXPORT_NO_PACKAGE_REGISTRY` variable to skip
exporting the package.
* The :command:`find_package` command learned to check the
:variable:`CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY` and
:variable:`CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY`
variables to skip searching the package registries.