summaryrefslogtreecommitdiffstats
path: root/TextureLoader
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2017-12-16 18:21:31 +0000
committerEgor Yusov <egor.yusov@gmail.com>2017-12-16 18:21:31 +0000
commitcf292c54ddf031a9d54056fdd93064ff24eb134d (patch)
tree774f5778dfd1911704eb6e7073a51c1db8421ae4 /TextureLoader
parentUpdated minimum CMake version (diff)
downloadDiligentTools-cf292c54ddf031a9d54056fdd93064ff24eb134d.tar.gz
DiligentTools-cf292c54ddf031a9d54056fdd93064ff24eb134d.zip
Cmake: downgraded minimum required version to 3.6 to allow Android build
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 18ea62f..d4dd998 100644
--- a/TextureLoader/CMakeLists.txt
+++ b/TextureLoader/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.10)
+cmake_minimum_required (VERSION 3.6)
project(TextureLoader CXX)