Skip to content

Commit 61284d1

Browse files
committed
cmake: bump minimum CMake required version to 3.31
1 parent 6f30612 commit 61284d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#------------------------------------------------------------------------------------#
2626
# CMake settings
2727
#------------------------------------------------------------------------------------#
28-
cmake_minimum_required(VERSION 3.13)
28+
cmake_minimum_required(VERSION 3.31)
2929

3030
project("bitpit" CXX)
3131

0 commit comments

Comments
 (0)