From ac3ed1266d993c3753ab466ec8ba2ce289dd633f Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Fri, 26 Dec 2025 09:15:48 +0100 Subject: [PATCH] CMakeLists.txt: bump cmake_minimum_required to 3.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9962d98..1044071 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) # set the project name project(openFPGALoader VERSION "1.0.0" LANGUAGES CXX)