diff --git a/CMakeLists.txt b/CMakeLists.txt index 7256640b..7d4815ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,10 +16,13 @@ # 2022, and is our newest officially supported compiler. The next CMake release was v3.23.0, on # March 29, 2022. Therefore, our minimum version must be at least CMake 3.23. # +# We also use the `CMAKE_VERIFY_INTERFACE_HEADER_SETS`, which was added in CMake +# 3.24, which means the minimum must also be at least 3.24. +# # The maximum version should be the latest version we've tested the project with. # # [1]: https://cliutils.gitlab.io/modern-cmake/chapters/intro/dodonot.html -cmake_minimum_required(VERSION 3.23...3.29) +cmake_minimum_required(VERSION 3.24...3.29) project( Au