write-basic-package-version-file-compatibilityΒΆ
The
CMakePackageConfigHelpersmodule'swrite_basic_package_version_file()command now supportsSamePatchVersion,SameFullVersion, andSemanticVersioncompatibility modes. The olderExactVersionmode is now documented as deprecated in favor of the more explicitSamePatchVersionandSameFullVersionmodes. TheSemanticVersionmode treats0.y.zversions more strictly than1.y.zand later versions.