CMake: bump the minimal required version to 3.5
This commit is contained in:
parent
cd40de37cb
commit
a38efe9e48
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue