summaryrefslogtreecommitdiff
path: root/Modules/CMakeFindDependencyMacro.cmake
Commit message (Expand)AuthorAgeFilesLines
* find_dependency: Avoid repeating identical dependency searchesBrad King2022-11-181-26/+59
* find_dependency: Unset temporary variables before returningBrad King2022-11-181-2/+3
* find_dependency: Always search dependenciesDamien R2019-03-291-26/+24
* find_dependency: Remove clearing of unused cmake_fd_exact_arg variableDamien R2019-03-261-1/+0
* doc: Consistently use <PackageName> for describing the name of a packageJean-Christophe Fillion-Robin2018-08-141-1/+1
* CMakeFindDependencyMacro: Document return() behavior and caveatsBrad King2017-09-081-7/+18
* CMakeFindDependencyMacro: Convert documentation to bracket commentBrad King2017-09-081-17/+17
* Improve find_dependency argument handlingMatthew Woehlke2017-05-221-29/+9
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+3
* find_dependency: Give more helpful message if VERSION is emptyAurélien Gâteau2014-03-131-2/+5
* find_dependency: Make sure invalid EXACT use can be reported.Stephen Kelly2014-03-111-3/+3
* find_dependency: Don't propagate EXACT argument.Stephen Kelly2014-03-061-2/+11
* find_dependency: unset cmake_fd_version variable at end of macroAlex Merry2014-02-261-0/+1
* find_dependency: use correct version variable nameAlex Merry2014-02-261-1/+1
* find_dependency: Ensure that ARGV1 has valid local contentStephen Kelly2014-02-241-1/+4
* find_dependency: Add namespacing for variables in the macro.Stephen Kelly2014-02-241-13/+17
* Always set version variable of find_dependency macroAlex Merry2014-02-231-3/+1
* FeatureSummary: Don't list transitive package dependenciesStephen Kelly2014-02-031-0/+9
* Split the find_dependency macro into a separate file.Stephen Kelly2013-12-131-0/+58