summaryrefslogtreecommitdiffstats
path: root/External/libjpeg-9a
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 /External/libjpeg-9a
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 'External/libjpeg-9a')
-rw-r--r--External/libjpeg-9a/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/External/libjpeg-9a/CMakeLists.txt b/External/libjpeg-9a/CMakeLists.txt
index 9149f1c..a93bec5 100644
--- a/External/libjpeg-9a/CMakeLists.txt
+++ b/External/libjpeg-9a/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.10)
+cmake_minimum_required (VERSION 3.6)
project(LibJpeg C)