From 33508404e140197ffa0deadc7ee0778e5fd798e5 Mon Sep 17 00:00:00 2001 From: Paul <44974737+paulober@users.noreply.github.com> Date: Fri, 5 Apr 2024 18:41:44 +0200 Subject: [PATCH] Update minimum cmake version to 3.5 (#54) Signed-off-by: paulober <44974737+paulober@users.noreply.github.com> --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a90940b..b045164 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.1) +cmake_minimum_required (VERSION 3.5) set(CMAKE_CXX_STANDARD 11) project (pfaedle)