Skip to content

Commit 6cc5e6e

Browse files
Bumped minimum CMake version to 3.10
1 parent 043afd4 commit 6cc5e6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

33
include(BuildUtils.cmake)
44

Tests/IncludeTest/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(DiligentFX-IncludeTest)
44

0 commit comments

Comments
 (0)