Files
CMake/Tests/RunCMake/WriteBasicConfigVersionFile/RunCMakeTest.cmake
Daniele E. Domenichelli 9bd3346655 CMakePackageConfigHelpers: add more version compatibility modes
Add `SamePatchVersion`, `SameFullVersion`, and `SemanticVersion`
support.

Document `ExactVersion` as deprecated in favor of the clearer
`SamePatchVersion`/`SameFullVersion` names.

Closes: #18060
2026-05-15 13:51:11 -04:00

7 lines
125 B
CMake

include(RunCMake)
run_cmake(All)
run_cmake(ArchIndependent)
run_cmake(LeadingZeroes)
run_cmake(ExactVersionDeprecatedAlias)