浏览代码

Bump CMake requirements to Debian bullseye

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
Martin Melik-Merkumians 2 年之前
父节点
当前提交
a2858f32b3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/CMakeLists.txt

+ 1 - 1
source/CMakeLists.txt

@@ -1,7 +1,7 @@
 #######################################
 # Required CMake version              #
 #######################################
-cmake_minimum_required( VERSION 3.3 )
+cmake_minimum_required( VERSION 3.18 )
 
 #######################################
 # Project name                        #