CMakeLists.txt: bump cmake_minimum_required to 3.10

This commit is contained in:
Gwenhael Goavec-Merou 2025-12-26 09:15:48 +01:00
parent 6bac72cd68
commit ac3ed1266d
1 changed files with 1 additions and 1 deletions

View File

@ -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)