summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-packages.7.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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