From: Kevin Albertson Date: Fri, 7 Jun 2024 16:56:22 +0000 (-0400) Subject: change `AnyNewerVersion` to `SameMajorVersion` for version compatibility X-Git-Tag: archive/raspbian/2.11.3-2+rpi1^2~10^2^2~29^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=02388369f2388e8088dddd268c3786980091c5bc;p=utf8proc.git change `AnyNewerVersion` to `SameMajorVersion` for version compatibility utf8proc appears to use SemVer. Do not consider different major versions compatible. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ce85119..b97c299 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,7 +75,7 @@ if (UTF8PROC_INSTALL) ) write_basic_package_version_file( "${CMAKE_CURRENT_BINARY_DIR}/utf8proc-config-version.cmake" - COMPATIBILITY AnyNewerVersion + COMPATIBILITY SameMajorVersion ) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/utf8proc-config.cmake"