Skip to content

Commit

Permalink
CMake: Bump maximum policy version to 3.29
Browse files Browse the repository at this point in the history
  • Loading branch information
Larhzu committed Apr 26, 2024
1 parent a607e2b commit 0478473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
#############################################################################

# NOTE: Translation support is disabled with CMake older than 3.20.
cmake_minimum_required(VERSION 3.14...3.28 FATAL_ERROR)
cmake_minimum_required(VERSION 3.14...3.29 FATAL_ERROR)

include(CMakePushCheckState)
include(CheckIncludeFile)
Expand Down

0 comments on commit 0478473

Please sign in to comment.