Update ACL reorder API without introducing regressions (#3643)

This commit is contained in:
Ryo Suzuki
2025-07-30 09:44:22 +01:00
committed by GitHub
parent 8a8f744373
commit 0f7a278170
5 changed files with 222 additions and 165 deletions

View File

@ -33,7 +33,7 @@ find_package(ACL REQUIRED)
# Required. The minimum compatible major-version as per Semantic Versioning.
set(ACL_MIN_MAJOR_VERSION "52")
set(ACL_MIN_MINOR_VERSION "0")
set(ACL_MIN_MINOR_VERSION "2")
set(ACL_MIN_VERSION "${ACL_MIN_MAJOR_VERSION}.${ACL_MIN_MINOR_VERSION}")
# Optional. Maximum known compatible version if any.