Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WriteBasicConfigVersion supports version strings such as 21.07.04 | Robert Maynard | 2021-05-27 | 2 | -0/+899 |
| | | | | Fixes #22207 | ||||
* | CMakePackageConfigHelpers: Relax restrictions on version range | Marc Chevrier | 2020-12-15 | 1 | -18/+107 |
| | |||||
* | CMakePackageConfigHelpers: Add ARCH_INDEPENDENT option | Justin Bassett | 2018-11-30 | 2 | -0/+64 |
| | | | | | | | Allow skipping the architecture check in the package version file generated from calling write_basic_package_version_file. Document said architecture check. Fixes: #16184 | ||||
* | Tests: Simplify RunCMake.WriteBasicConfigVersionFile | Brad King | 2018-11-14 | 2 | -29/+8 |
| | |||||
* | Tests: Factor out RunCMake.WriteBasicConfigVersionFile test | Brad King | 2018-11-14 | 4 | -0/+911 |
The `WriteBasicConfigVersionFile` section of the `FindPackageTest` is independent of the rest. |