Skip to content

Commit

Permalink
Bump CMake requirements to Debian bullseye
Browse files Browse the repository at this point in the history
CMake versions lower than 3.5 will not be supported by CMake anymore, so a bump is needed.
Debian "old-old-stable"'s (Bullseye) version has been chosen
  • Loading branch information
MartinMelikMerkumians authored Sep 26, 2023
1 parent 603e823 commit a2858f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#######################################
# Required CMake version #
#######################################
cmake_minimum_required( VERSION 3.3 )
cmake_minimum_required( VERSION 3.18 )

#######################################
# Project name #
Expand Down

0 comments on commit a2858f3

Please sign in to comment.