summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-packages.7.rst
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Help: Update cmake-packages.7 examples to import targets only once"Brad King2014-07-151-11/+4
| | | | | | This reverts commit cfab942e5ff8463f8053564e68179da110280b43. Since commit v2.8.11~362^2 (Generate an early-return guard in target Export files, 2012-11-30) an external include guard is not needed.
* Help: Update cmake-packages.7 examples to import targets only onceBrad King2014-07-091-4/+11
| | | | | | Package configuration files should load their targets files at most once in a given scope. Update our ClimbingStats example to show how to do this.
* Allow the Package Registry to be disabled (#14849)Daniele E. Domenichelli2014-05-121-0/+15
| | | | | | | | | | | | | | | | 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.
* Help: Document the package registry in cmake-packages.7Brad King2014-02-171-0/+129
| | | | | | | | Port documentation from the CMake Wiki page at: http://www.cmake.org/Wiki/CMake/Tutorials/Package_Registry as of 2014-02-17 into our main documentation.
* Help: Add notes about relocatability of config-file packages.Stephen Kelly2014-01-091-4/+34
|
* Help: Document the target properties exported to IMPORTED targets.Stephen Kelly2014-01-071-0/+22
|
* Help: Mention CMAKE_DISABLE_FIND_PACKAGE_<PackageName> in package docs.Stephen Kelly2014-01-071-0/+4
|
* Help: Mark some code blocks as containing cmake code.Stephen Kelly2014-01-041-1/+3
|
* Help: Document export(EXPORT) in the cmake-packages manual.Stephen Kelly2013-12-241-2/+20
|
* Don't copy find_dependency in configure_package_config_file.Stephen Kelly2013-12-241-2/+2
| | | | | | | There is not really any need to. Downstreams can either rely on it being provided by CMake, or copy and distribute it. Change the documented include for the find_dependency macro.
* Help: cmake-packages: Add missing slash.Stephen Kelly2013-12-241-1/+1
|
* Help: Add a CMake manual for Packages related docs.Stephen Kelly2013-12-201-0/+414