summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/WriteBasicConfigVersionFile
Commit message (Collapse)AuthorAgeFilesLines
* WriteBasicConfigVersion supports version strings such as 21.07.04Robert Maynard2021-05-272-0/+899
| | | | Fixes #22207
* CMakePackageConfigHelpers: Relax restrictions on version rangeMarc Chevrier2020-12-151-18/+107
|
* CMakePackageConfigHelpers: Add ARCH_INDEPENDENT optionJustin Bassett2018-11-302-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.WriteBasicConfigVersionFileBrad King2018-11-142-29/+8
|
* Tests: Factor out RunCMake.WriteBasicConfigVersionFile testBrad King2018-11-144-0/+911
The `WriteBasicConfigVersionFile` section of the `FindPackageTest` is independent of the rest.