Skip to content

Commit 84e731f

Browse files
committed
use different CMake version
1 parent 48da056 commit 84e731f

10 files changed

Lines changed: 10 additions & 12 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.29.5)
1+
cmake_minimum_required(VERSION 3.28.3)
22

33
# Set the project name
44
project(DEV7)

common-tools/linux/create_iso/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
cmake_minimum_required(VERSION 3.29.5)
2-
#cmake_minimum_required(VERSION 3.24)
1+
cmake_minimum_required(VERSION 3.28.3)
32
project(create_iso)
43
message("-- create_iso - CMake compilation")
54

rewritten-software-ports/linux/LoaderMDO/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
cmake_minimum_required(VERSION 3.29.5)
2-
#cmake_minimum_required(VERSION 3.24)
1+
cmake_minimum_required(VERSION 3.28.3)
32
project(LoaderMDO)
43
message("-- LoaderMDO - CMake compilation")
54

tools/BCD1Creator/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.29.5)
1+
cmake_minimum_required(VERSION 3.28.3)
22
project(BCD1Creator)
33
message("-- BCD1Creator - CMake compilation")
44

tools/CTRKViewer/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.29.5)
1+
cmake_minimum_required(VERSION 3.28.3)
22
project(CTRKViewer)
33
message("-- CTRKViewer - CMake compilation")
44

tools/DEV7Launcher/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.29.5)
1+
cmake_minimum_required(VERSION 3.28.3)
22
project(DEV7Launcher)
33
message("-- DEV7Launcher - CMake compilation")
44

tools/ModelPathDumper/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.29.5)
1+
cmake_minimum_required(VERSION 3.28.3)
22
project(ModelPathDumper)
33
message("-- ModelPathDumper - CMake compilation")
44

tools/OBCViewer/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.29.5)
1+
cmake_minimum_required(VERSION 3.28.3)
22
project(OBCViewer)
33
message("-- OBCViewer - CMake compilation")
44

tools/OBJDumper/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.29.5)
1+
cmake_minimum_required(VERSION 3.28.3)
22
project(OBJDumper)
33
message("-- OBJDumper - CMake compilation")
44

tools/PLAViewer/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.29.5)
1+
cmake_minimum_required(VERSION 3.28.3)
22
project(PLAViewer)
33
message("-- PLAViewer - CMake compilation")
44

0 commit comments

Comments
 (0)