Skip to content

Commit 2bbad15

Browse files
committed
cmake: Raise cmake_minimum_required to 3.12
1 parent ec9934a commit 2bbad15

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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.8)
1+
cmake_minimum_required (VERSION 3.12)
22

33
project(Cxbx-Reloaded)
44

projects/imgui/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.8)
1+
cmake_minimum_required (VERSION 3.12)
22
project(imgui LANGUAGES CXX)
33
# Since imgui doesn't have CMake, we'll make an interface project here.
44

projects/libtom/crypt/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.8)
1+
cmake_minimum_required (VERSION 3.12)
22
project(libtomcrypt)
33

44
# Suppress extra stuff from generated solution

projects/libtom/math/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.8)
1+
cmake_minimum_required (VERSION 3.12)
22
project(libtommath)
33

44
# Suppress extra stuff from generated solution

projects/libusb/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.8)
1+
cmake_minimum_required (VERSION 3.12)
22
project(libusb LANGUAGES CXX)
33
# Since libusb doesn't have CMake, we'll make an interface project here.
44

src/CxbxDebugger/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.8)
1+
cmake_minimum_required (VERSION 3.12)
22
project(cxbxr-debugger LANGUAGES CSharp)
33

44
# Output all binary files into one folder

0 commit comments

Comments
 (0)