summaryrefslogtreecommitdiffstats
path: root/TextureLoader
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2017-12-14 17:01:12 +0000
committerEgor Yusov <egor.yusov@gmail.com>2017-12-14 17:01:12 +0000
commitaebb318b6354fae79a6416dbb15e766f2b237b1c (patch)
tree7f0af80ae177c64ec42064462333b4d19321eb25 /TextureLoader
parentOptimized CMake files with set_common_target_properties() (diff)
downloadDiligentTools-aebb318b6354fae79a6416dbb15e766f2b237b1c.tar.gz
DiligentTools-aebb318b6354fae79a6416dbb15e766f2b237b1c.zip
Updated minimum CMake version
Diffstat (limited to 'TextureLoader')
-rw-r--r--TextureLoader/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/TextureLoader/CMakeLists.txt b/TextureLoader/CMakeLists.txt
index a972d25..18ea62f 100644
--- a/TextureLoader/CMakeLists.txt
+++ b/TextureLoader/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.8)
+cmake_minimum_required (VERSION 3.10)
project(TextureLoader CXX)