CMake: bump the minimal required version to 3.5

This commit is contained in:
Gwenhael Goavec-Merou 2023-12-22 07:01:58 +01:00
parent cd40de37cb
commit a38efe9e48
1 changed files with 1 additions and 1 deletions

View File

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