Skip to content

Commit

Permalink
cmake: Bump minimal version.
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko committed Jun 20, 2024
1 parent 5495f8f commit 047d3a2
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 @@ -2,7 +2,7 @@
# is licensed in accordance with the terms specified in the LICENSE file found
# in the root directory of this source tree.

cmake_minimum_required(VERSION 3.14)
cmake_minimum_required(VERSION 3.25)

include(cmake/prelude.cmake)

Expand Down

0 comments on commit 047d3a2

Please sign in to comment.