Skip to content

Commit

Permalink
Update minimum CMake to 3.24
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed May 21, 2024
1 parent ffb50d9 commit 5955c60
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
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.15)
cmake_minimum_required(VERSION 3.24)

find_program(CCACHE ccache)
if (CCACHE)
Expand Down

0 comments on commit 5955c60

Please sign in to comment.