From 6383fd9e0bb8d0d29f3d57d9059303673504ff25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 5 Nov 2023 18:45:59 +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 ae5890aac51e509994d63afbb9f57b15f214a96e) --- template/commonCMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/commonCMakeLists.txt') diff --git a/template/commonCMakeLists.txt b/template/commonCMakeLists.txt index bee9b92b504..1d4214efddd 100644 --- a/template/commonCMakeLists.txt +++ b/template/commonCMakeLists.txt @@ -12,7 +12,7 @@ # ################################################# -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### general package setup ##################### -- cgit v1.2.1