CMakeLists.txt: Increase CMake version to prevent some CMake error with cross-compiler

See: https://cmake.org/cmake/help/v3.4/policy/CMP0065.html
pull/112/head
Olivier Martin 2019-07-08 21:49:53 +02:00 committed by Olivier Martin
parent e74543fa56
commit 2b9d932792
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
cmake_minimum_required(VERSION 2.6)
cmake_minimum_required(VERSION 3.4)
# Add Cross-Compilation support when the environment variables
# CROSS_COMPILE and SYSROOT are defined