summaryrefslogtreecommitdiffstats
path: root/Utilities/File2Include
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2017-12-29 03:28:48 +0000
committerEgor Yusov <egor.yusov@gmail.com>2017-12-29 03:28:48 +0000
commit6423947b77b5ccff945c27daf6970f5272973c1e (patch)
treef9786c69cfb2ded973b101cc82306daf276042f3 /Utilities/File2Include
parentReworked the way File2String utility is used (diff)
downloadDiligentCore-6423947b77b5ccff945c27daf6970f5272973c1e.tar.gz
DiligentCore-6423947b77b5ccff945c27daf6970f5272973c1e.zip
Fixed CMakeLists.txt version
Diffstat (limited to 'Utilities/File2Include')
-rw-r--r--Utilities/File2Include/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/File2Include/CMakeLists.txt b/Utilities/File2Include/CMakeLists.txt
index ba99e8d3..363bfad6 100644
--- a/Utilities/File2Include/CMakeLists.txt
+++ b/Utilities/File2Include/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.10)
+cmake_minimum_required (VERSION 3.6)
if(PLATFORM_WIN32)
project(File2Include)