Skip to content

Commit

Permalink
Update minimum version to include header checks
Browse files Browse the repository at this point in the history
  • Loading branch information
chiphogg committed Jul 9, 2024
1 parent 67738aa commit e527869
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e527869

Please sign in to comment.