From a38efe9e484ccc64861e96287eb4ee5e68db4002 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Fri, 22 Dec 2023 07:01:58 +0100 Subject: [PATCH] CMake: bump the minimal required version to 3.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d8e9a03..9696336 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.5) # set the project name project(openFPGALoader VERSION "0.11.0" LANGUAGES CXX)