Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WriteBasicConfigVersion supports version strings such as 21.07.04 | Robert Maynard | 2021-05-27 | 1 | -0/+1 |
| | | | | Fixes #22207 | ||||
* | CMakePackageConfigHelpers: Add ARCH_INDEPENDENT option | Justin Bassett | 2018-12-01 | 1 | -0/+1 |
| | | | | | | | 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: Factor out RunCMake.WriteBasicConfigVersionFile test | Brad King | 2018-11-14 | 1 | -0/+3 |
The `WriteBasicConfigVersionFile` section of the `FindPackageTest` is independent of the rest. |