Skip to content

Commit ed1b789

Browse files
Bump minimum CMake version to 3.10
1 parent 4a9ceca commit ed1b789

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

NativeApp/Android/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.6)
1+
cmake_minimum_required (VERSION 3.10)
22

33
add_library(native_app_glue ${ANDROID_NDK}/sources/android/native_app_glue/android_native_app_glue.c)
44
target_link_libraries(native_app_glue log)

NativeApp/Android/ndk_helper/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.6)
1+
cmake_minimum_required (VERSION 3.10)
22

33
project(NDKHelper CXX)
44

NativeApp/Linux/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.6)
1+
cmake_minimum_required (VERSION 3.10)
22

33
project(XCBKeySyms C)
44

Tests/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.6)
1+
cmake_minimum_required (VERSION 3.10)
22

33
if(TARGET gtest)
44
if(DILIGENT_BUILD_TOOLS_TESTS)

0 commit comments

Comments
 (0)