summaryrefslogtreecommitdiffstats
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
parentUpdated minimum CMake version (diff)
downloadDiligentTools-cf292c54ddf031a9d54056fdd93064ff24eb134d.tar.gz
DiligentTools-cf292c54ddf031a9d54056fdd93064ff24eb134d.zip
Cmake: downgraded minimum required version to 3.6 to allow Android build
-rw-r--r--CMakeLists.txt2
-rw-r--r--External/CMakeLists.txt2
-rw-r--r--External/libjpeg-9a/CMakeLists.txt2
-rw-r--r--External/libtiff-4.0.3/CMakeLists.txt2
-rw-r--r--External/lpng-1.6.17/CMakeLists.txt2
-rw-r--r--External/lua-5.2.3/CMakeLists.txt2
-rw-r--r--External/zlib-1.2.8/CMakeLists.txt2
-rw-r--r--RenderScript/CMakeLists.txt2
-rw-r--r--TextureLoader/CMakeLists.txt2
9 files changed, 9 insertions, 9 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 38e2bde..6356812 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.3)
+cmake_minimum_required (VERSION 3.6)
add_subdirectory(External)
add_subdirectory(RenderScript)
diff --git a/External/CMakeLists.txt b/External/CMakeLists.txt
index 1f22c54..1a2f865 100644
--- a/External/CMakeLists.txt
+++ b/External/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.3)
+cmake_minimum_required (VERSION 3.6)
add_subdirectory(libjpeg-9a)
add_subdirectory(libtiff-4.0.3)
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)
diff --git a/External/libtiff-4.0.3/CMakeLists.txt b/External/libtiff-4.0.3/CMakeLists.txt
index 4f52a8b..e87c274 100644
--- a/External/libtiff-4.0.3/CMakeLists.txt
+++ b/External/libtiff-4.0.3/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.10)
+cmake_minimum_required (VERSION 3.6)
project(LibTiff C)
diff --git a/External/lpng-1.6.17/CMakeLists.txt b/External/lpng-1.6.17/CMakeLists.txt
index 0234e89..fc04af3 100644
--- a/External/lpng-1.6.17/CMakeLists.txt
+++ b/External/lpng-1.6.17/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.10)
+cmake_minimum_required (VERSION 3.6)
project(LibPng C)
diff --git a/External/lua-5.2.3/CMakeLists.txt b/External/lua-5.2.3/CMakeLists.txt
index 61a1212..78d2615 100644
--- a/External/lua-5.2.3/CMakeLists.txt
+++ b/External/lua-5.2.3/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.10)
+cmake_minimum_required (VERSION 3.6)
project(Lua CXX)
diff --git a/External/zlib-1.2.8/CMakeLists.txt b/External/zlib-1.2.8/CMakeLists.txt
index c1e7a11..7803bde 100644
--- a/External/zlib-1.2.8/CMakeLists.txt
+++ b/External/zlib-1.2.8/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.10)
+cmake_minimum_required (VERSION 3.6)
project(ZLib C)
diff --git a/RenderScript/CMakeLists.txt b/RenderScript/CMakeLists.txt
index ed9a710..df7b3fe 100644
--- a/RenderScript/CMakeLists.txt
+++ b/RenderScript/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.10)
+cmake_minimum_required (VERSION 3.6)
project(RenderScript CXX)
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)