summaryrefslogtreecommitdiffstats
path: root/External/lua-5.2.3
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 /External/lua-5.2.3
parentOptimized CMake files with set_common_target_properties() (diff)
downloadDiligentTools-aebb318b6354fae79a6416dbb15e766f2b237b1c.tar.gz
DiligentTools-aebb318b6354fae79a6416dbb15e766f2b237b1c.zip
Updated minimum CMake version
Diffstat (limited to 'External/lua-5.2.3')
-rw-r--r--External/lua-5.2.3/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/External/lua-5.2.3/CMakeLists.txt b/External/lua-5.2.3/CMakeLists.txt
index afeac23..61a1212 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.8)
+cmake_minimum_required (VERSION 3.10)
project(Lua CXX)