| Commit message (Expand) | Author | Age | Files | Lines |
* | find_package: Fix prefer-config mode to not fail on missing optional package | Cristian Adam | 2019-08-06 | 1 | -0/+6 |
|
|
* | find_package: Fix NO_MODULE under CMAKE_FIND_PACKAGE_PREFER_CONFIG | Cristian Adam | 2019-07-16 | 1 | -0/+33 |
|
|
* | find_package: Fixed CMAKE_FIND_PACKAGE_PREFER_CONFIG Module fallback | Cristian Adam | 2019-06-13 | 1 | -0/+13 |
|
|
* | find_package: Add option to prefer Config mode | Cristian Adam | 2019-05-21 | 1 | -1/+35 |
|
|
* | Tests: Fix FindPackageTest when path to source has a symlink | Brad King | 2019-04-18 | 1 | -8/+13 |
|
|
* | export: Disable PACKAGE mode user package registry by default | Robert Maynard | 2019-03-15 | 1 | -0/+20 |
|
|
* | find_package: add test coverage for CMAKE_FIND_PACKAGE_RESOLVE_SYMLINKS | David Aguilar | 2019-01-16 | 1 | -0/+31 |
|
|
* | Tests: Factor out RunCMake.WriteBasicConfigVersionFile test | Brad King | 2018-11-14 | 1 | -906/+0 |
|
|
* | doc: Consistently use <PackageName> for describing the name of a package | Jean-Christophe Fillion-Robin | 2018-08-14 | 1 | -1/+1 |
|
|
* | Refactor write_basic_package_version_file tests | Daniele E. Domenichelli | 2018-06-01 | 1 | -239/+894 |
|
|
* | WriteBasicConfigVersionFile: Fix messages in ExactVersion tests | Daniele E. Domenichelli | 2017-11-21 | 1 | -6/+6 |
|
|
* | WriteBasicConfigVersionFile: Add SameMinorVersion COMPATIBILITY option | Daniele E. Domenichelli | 2017-11-21 | 1 | -1/+78 |
|
|
* | find_package: Optionally sort globbed directories in a meaningful order | Pierluigi Taddei | 2016-09-15 | 1 | -0/+30 |
|
|
* | find_package: Extend search path for combined Windows/UNIX convention | Silvio Traversaro | 2016-08-24 | 1 | -2/+10 |
|
|
* | Use string(APPEND) in Tests | Daniel Pfeifer | 2016-07-27 | 1 | -1/+1 |
|
|
* | Tests: Fix failures when running under the default install prefix (#15566) | Brad King | 2015-05-14 | 1 | -0/+3 |
|
|
* | FPHSA: Always populate the ExactCase_FOUND variable (#15412). | Stephen Kelly | 2015-04-17 | 1 | -2/+8 |
|
|
* | CMakePackageConfigHelpers: Add unit tests for INSTALL_PREFIX option | Daniele E. Domenichelli | 2014-08-11 | 1 | -0/+38 |
|
|
* | Allow the Package Registry to be disabled (#14849) | Daniele E. Domenichelli | 2014-05-12 | 1 | -1/+31 |
|
|
* | Tests: Improve FindPackageTest for in-source builds | Brad King | 2014-05-12 | 1 | -1/+1 |
|
|
* | Tests: Improve FindPackageTest exported package version | Brad King | 2014-05-12 | 1 | -1/+8 |
|
|
* | FPHSA: Add FOUND_VAR option to specify _FOUND variable name | Alex Neundorf | 2013-02-22 | 1 | -0/+10 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -14/+14 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -194/+194 |
|
|
* | add test for #13241: empty SIZEOF_VOIDP in write_basic_package_version_file | Alex Neundorf | 2012-05-23 | 1 | -0/+12 |
|
|
* | add macro check_required_components() to configure_package_config_file() | Alex Neundorf | 2012-03-19 | 1 | -0/+10 |
|
|
* | FPHSA(): add HANDLE_COMPONENTS option | Alex Neundorf | 2012-03-19 | 1 | -0/+6 |
|
|
* | find_package: add test for setting Foo_FOUND to FALSE in a Config file | Alex Neundorf | 2012-03-13 | 1 | -0/+12 |
|
|
* | WriteBasicConfigVersionFile: add test for ExactVersion mode | Alex Neundorf | 2012-03-10 | 1 | -0/+70 |
|
|
* | wrap write_basic_config_version_file as write_basic_package_version_file() | Alex Neundorf | 2012-03-07 | 1 | -5/+4 |
|
|
* | add CMakePackageConfigHelpers: configure_package_config_file() | Alex Neundorf | 2012-03-07 | 1 | -0/+28 |
|
|
* | Set UNSUITABLE instead of not COMPATIBLE | Alex Neundorf | 2011-08-05 | 1 | -0/+11 |
|
|
* | Add some tests for write_basic_config_version_file() | Alex Neundorf | 2011-08-01 | 1 | -0/+80 |
|
|
* | Add a basic test for CMAKE_DISABLE_FIND_PACKAGE_<package> | Alex Neundorf | 2011-06-23 | 1 | -1/+4 |
|
|
* | Test find_package multiarch support (#12037) | Brad King | 2011-06-08 | 1 | -0/+13 |
|
|
* | find_package: Fix system package registry test path conversion | Brad King | 2011-04-14 | 1 | -1/+1 |
|
|
* | find_package: Test system package registry when possible | Brad King | 2011-04-13 | 1 | -0/+41 |
|
|
* | find_package: Forward component list for recursive calls in modules | Brad King | 2011-04-07 | 1 | -1/+1 |
|
|
* | Improve documentation and messages for the new CMP0017 | Alex Neundorf | 2011-01-04 | 1 | -1/+1 |
|
|
* | Prefer files from CMAKE_ROOT when including from CMAKE_ROOT | Alex Neundorf | 2011-01-04 | 1 | -1/+9 |
|
|
* | Teach find_* commands to ignore some paths | Todd Gamblin | 2010-08-13 | 1 | -0/+4 |
|
|
* | Report commit hash in CMake development versions | Brad King | 2010-04-23 | 1 | -1/+2 |
|
|
* | Document and test find_package <pkg>_DIR env var | Brad King | 2009-11-04 | 1 | -0/+10 |
|
|
* | Fix find_package() when <pkg>_DIR is wrong | Brad King | 2009-10-07 | 1 | -3/+33 |
|
|
* | Test the user package registry | Brad King | 2009-09-01 | 1 | -0/+13 |
|
|
* | ENH: Test find_package re-find feature | Brad King | 2009-01-14 | 1 | -0/+3 |
|
|
* | ENH: Teach find_package about more install dirs | Brad King | 2008-12-17 | 1 | -1/+5 |
|
|
* | ENH: Strengthen FindPackageTest version check | Brad King | 2008-12-16 | 1 | -3/+5 |
|
|
* | ENH: Add useful search locations to find_package | Brad King | 2008-12-09 | 1 | -2/+2 |
|
|
* | ENH: Help recursive find_package calls in modules | Brad King | 2008-10-03 | 1 | -0/+9 |
|
|