From 3cce2324426f5edda1a92ddcbfe19f0c2a9c1a71 Mon Sep 17 00:00:00 2001 From: flying-dude Date: Tue, 4 Jun 2024 09:01:21 +0200 Subject: [PATCH] upgrade cmake min version --- BeefBoot/CMakeLists.txt | 2 +- BeefFuzz/CMakeLists.txt | 2 +- BeefRT/CMakeLists.txt | 2 +- BeefTools/BeefMem/CMakeLists.txt | 2 +- BeefySysLib/CMakeLists.txt | 2 +- IDEHelper/CMakeLists.txt | 2 +- extern/hunspell/CMakeLists.txt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/BeefBoot/CMakeLists.txt b/BeefBoot/CMakeLists.txt index 5c9df74f..365fa336 100644 --- a/BeefBoot/CMakeLists.txt +++ b/BeefBoot/CMakeLists.txt @@ -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. # diff --git a/BeefFuzz/CMakeLists.txt b/BeefFuzz/CMakeLists.txt index f3233297..8418004e 100644 --- a/BeefFuzz/CMakeLists.txt +++ b/BeefFuzz/CMakeLists.txt @@ -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. # diff --git a/BeefRT/CMakeLists.txt b/BeefRT/CMakeLists.txt index 731d4292..a6cdc3fe 100644 --- a/BeefRT/CMakeLists.txt +++ b/BeefRT/CMakeLists.txt @@ -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. # diff --git a/BeefTools/BeefMem/CMakeLists.txt b/BeefTools/BeefMem/CMakeLists.txt index 1e9ffff1..2629ccc3 100644 --- a/BeefTools/BeefMem/CMakeLists.txt +++ b/BeefTools/BeefMem/CMakeLists.txt @@ -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. # diff --git a/BeefySysLib/CMakeLists.txt b/BeefySysLib/CMakeLists.txt index eaef6d7c..51edf9ea 100644 --- a/BeefySysLib/CMakeLists.txt +++ b/BeefySysLib/CMakeLists.txt @@ -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. # diff --git a/IDEHelper/CMakeLists.txt b/IDEHelper/CMakeLists.txt index 029e51c9..8f134496 100644 --- a/IDEHelper/CMakeLists.txt +++ b/IDEHelper/CMakeLists.txt @@ -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. # diff --git a/extern/hunspell/CMakeLists.txt b/extern/hunspell/CMakeLists.txt index 7b121cad..25733abe 100644 --- a/extern/hunspell/CMakeLists.txt +++ b/extern/hunspell/CMakeLists.txt @@ -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. #