Skip to content

Commit 5382d35

Browse files
committed
- Bump up the cmake_minimum_required version uniformly to 3.10.0
CMake 4.1.2 was not happy with these old version numbers.
1 parent 2a77aa0 commit 5382d35

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
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.1.0 )
1+
cmake_minimum_required( VERSION 3.10.0 )
22
project(Raze)
33
set ( PROJECT_NAME "raze")
44

libraries/asmjit/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.1.0 )
1+
cmake_minimum_required( VERSION 3.10.0 )
22

33
#make_release_only()
44

libraries/bzip2/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.1.0 )
1+
cmake_minimum_required( VERSION 3.10.0 )
22

33
make_release_only()
44

libraries/discordrpc/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.2.0)
1+
cmake_minimum_required (VERSION 3.10.0)
22
project (DiscordRPC)
33

44
include(GNUInstallDirs)

libraries/gdtoa/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.1.0 )
1+
cmake_minimum_required( VERSION 3.10.0 )
22

33
set( CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -D_DEBUG" )
44

libraries/jpeg/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.1.0 )
1+
cmake_minimum_required( VERSION 3.10.0 )
22

33
make_release_only()
44

libraries/libtess/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.1.0 )
1+
cmake_minimum_required( VERSION 3.10.0 )
22

33
make_release_only()
44

libraries/lzma/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.1.0 )
1+
cmake_minimum_required( VERSION 3.10.0 )
22

33
make_release_only()
44

libraries/zlib/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.1.0 )
1+
cmake_minimum_required( VERSION 3.10.0 )
22
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS ON)
33

44
make_release_only()

source/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.1.0 )
1+
cmake_minimum_required( VERSION 3.10.0 )
22

33
include(precompiled_headers)
44

0 commit comments

Comments
 (0)