Skip to content

Commit

Permalink
Bumped minimum CMake version to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Dec 8, 2024
1 parent 8d2e896 commit 14fce79
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion BuildTools/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.6)
cmake_minimum_required (VERSION 3.10)

add_subdirectory(File2Include)

Expand Down
2 changes: 1 addition & 1 deletion BuildTools/File2Include/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cmake_minimum_required (VERSION 3.6)
cmake_minimum_required (VERSION 3.10)

set(FILE2STRING_PATH "${CMAKE_CURRENT_SOURCE_DIR}/script.py" CACHE INTERNAL "File2String utility")
2 changes: 1 addition & 1 deletion Common/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.6)
cmake_minimum_required (VERSION 3.10)

project(Diligent-Common CXX)

Expand Down
2 changes: 1 addition & 1 deletion Graphics/Archiver/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.6)
cmake_minimum_required (VERSION 3.10)

project(Diligent-Archiver CXX)

Expand Down
2 changes: 1 addition & 1 deletion Graphics/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.6)
cmake_minimum_required (VERSION 3.10)

set(DLL_REL_SUFFIX _${ARCH}r)
set(DLL_DBG_SUFFIX _${ARCH}d)
Expand Down
2 changes: 1 addition & 1 deletion Graphics/GraphicsAccessories/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.6)
cmake_minimum_required (VERSION 3.10)

project(Diligent-GraphicsAccessories CXX)

Expand Down
2 changes: 1 addition & 1 deletion Graphics/GraphicsEngine/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.6)
cmake_minimum_required (VERSION 3.10)

project(Diligent-GraphicsEngine CXX)

Expand Down
2 changes: 1 addition & 1 deletion Graphics/GraphicsEngineNextGenBase/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.6)
cmake_minimum_required (VERSION 3.10)

project(Diligent-GraphicsEngineNextGenBase CXX)

Expand Down
2 changes: 1 addition & 1 deletion Graphics/GraphicsEngineOpenGL/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.6)
cmake_minimum_required (VERSION 3.10)

project(Diligent-GraphicsEngineOpenGL CXX)

Expand Down
2 changes: 1 addition & 1 deletion Graphics/GraphicsTools/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.6)
cmake_minimum_required (VERSION 3.10)

project(Diligent-GraphicsTools CXX)

Expand Down
2 changes: 1 addition & 1 deletion Graphics/HLSL2GLSLConverterLib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.6)
cmake_minimum_required (VERSION 3.10)

project(Diligent-HLSL2GLSLConverterLib CXX)

Expand Down
2 changes: 1 addition & 1 deletion Graphics/ShaderTools/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.6)
cmake_minimum_required (VERSION 3.10)

project(Diligent-ShaderTools CXX)

Expand Down
2 changes: 1 addition & 1 deletion Platforms/Android/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.6)
cmake_minimum_required (VERSION 3.10)

project(Diligent-AndroidPlatform CXX)

Expand Down
2 changes: 1 addition & 1 deletion Platforms/Apple/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.6)
cmake_minimum_required (VERSION 3.10)

project(Diligent-ApplePlatform CXX)

Expand Down
2 changes: 1 addition & 1 deletion Platforms/Basic/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.6)
cmake_minimum_required (VERSION 3.10)

project(Diligent-BasicPlatform CXX)

Expand Down
2 changes: 1 addition & 1 deletion Platforms/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.6)
cmake_minimum_required (VERSION 3.10)

add_library(Diligent-PlatformInterface INTERFACE)

Expand Down
2 changes: 1 addition & 1 deletion Platforms/Emscripten/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.6)
cmake_minimum_required (VERSION 3.10)

project(Diligent-EmscriptenPlatform CXX)

Expand Down
2 changes: 1 addition & 1 deletion Platforms/Linux/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.6)
cmake_minimum_required (VERSION 3.10)

project(Diligent-LinuxPlatform CXX)

Expand Down
2 changes: 1 addition & 1 deletion Platforms/UWP/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.8)
cmake_minimum_required (VERSION 3.10)

project(Diligent-UniversalWindowsPlatform CXX)

Expand Down
2 changes: 1 addition & 1 deletion Platforms/Win32/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.6)
cmake_minimum_required (VERSION 3.10)

project(Diligent-Win32Platform CXX)

Expand Down
2 changes: 1 addition & 1 deletion Primitives/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.6)
cmake_minimum_required (VERSION 3.10)

project(Diligent-Primitives CXX)

Expand Down
2 changes: 1 addition & 1 deletion Tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.6)
cmake_minimum_required (VERSION 3.10)

if(TARGET gtest)
add_subdirectory(TestFramework)
Expand Down
2 changes: 1 addition & 1 deletion Tests/DiligentCoreTest/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.6)
cmake_minimum_required (VERSION 3.10)

if (PLATFORM_EMSCRIPTEN)
set(CMAKE_EXECUTABLE_SUFFIX ".html")
Expand Down
2 changes: 1 addition & 1 deletion Tests/IncludeTest/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.6)
cmake_minimum_required (VERSION 3.10)

project(DiligentCore-IncludeTest)

Expand Down
2 changes: 1 addition & 1 deletion ThirdParty/glew/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.6)
cmake_minimum_required (VERSION 3.10)

project(glew-static)

Expand Down

0 comments on commit 14fce79

Please sign in to comment.