1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-07 19:18:19 +02:00

upgrade cmake min version

This commit is contained in:
flying-dude 2024-06-04 09:01:21 +02:00
parent 6d386d1638
commit 3cce232442
No known key found for this signature in database
7 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.5)
################### Variables. ####################
# Change if you want modify path or other values. #

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.5)
################### Variables. ####################
# Change if you want modify path or other values. #

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.5)
################### Variables. ####################
# Change if you want modify path or other values. #

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.5)
################### Variables. ####################
# Change if you want modify path or other values. #

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.5)
################### Variables. ####################
# Change if you want modify path or other values. #

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.5)
################### Variables. ####################
# Change if you want modify path or other values. #

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.5)
################### Variables. ####################
# Change if you want modify path or other values. #