mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 15:19:39 +00:00
be8ae96098
When a project is packaged for redistribution the local package registries should not be updated or consulted. They are for developers. Add variables to disable use of package registries globally: * CMAKE_EXPORT_NO_PACKAGE_REGISTRY that disables the export(PACKAGE) command * CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY that disables the User Package Registry in all the find_package calls. * CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY that disables the System Package Registry in all the find_package calls. Update documentation and unit tests. |
||
---|---|---|
.. | ||
ccmake.1.rst | ||
cmake-buildsystem.7.rst | ||
cmake-commands.7.rst | ||
cmake-developer.7.rst | ||
cmake-generator-expressions.7.rst | ||
cmake-generators.7.rst | ||
cmake-gui.1.rst | ||
cmake-language.7.rst | ||
cmake-modules.7.rst | ||
cmake-packages.7.rst | ||
cmake-policies.7.rst | ||
cmake-properties.7.rst | ||
cmake-qt.7.rst | ||
cmake-toolchains.7.rst | ||
cmake-variables.7.rst | ||
cmake.1.rst | ||
cpack.1.rst | ||
ctest.1.rst | ||
LINKS.txt | ||
OPTIONS_BUILD.txt | ||
OPTIONS_HELP.txt |