Skip to content

Commit

Permalink
cmake: Bump minimum required version to 3.23.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorenc authored and xlauko committed Jan 22, 2024
1 parent 410b944 commit 0fb6d6a
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 @@ -6,7 +6,7 @@
# the LICENSE file found in the root directory of this source tree.
#

cmake_minimum_required(VERSION 3.21)
cmake_minimum_required(VERSION 3.23)

if (POLICY CMP0025)
cmake_policy(SET CMP0025 NEW)
Expand Down

0 comments on commit 0fb6d6a

Please sign in to comment.