New Freetype requires CMake 2.8.12

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6474 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: f18c74d893ecd8dc87556650a612661a85c791f1
Former-commit-id: 2813403793ae9cb9e615fdeddd22fed05bd009c2
This commit is contained in:
beaglejoe 2016-08-15 21:39:04 +00:00
parent 872a4922cb
commit 3a2801963f

View file

@ -25,7 +25,7 @@
#==============================================================================
#
# (hashtag) starts a comment
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
project(3rdParty-2.3)