From 57048ef2d76edab4870498d2f69ff4f21c46ae8f Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Sun, 5 Nov 2023 18:46:06 +0100 Subject: Raise the minimum required version of CMake to 3.5. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit a4653b6b2979c665fbfefac41faf044a3b14fdb9) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index cb91951..6e753bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) #### general package setup -- cgit v1.2.3