Minimum required cmake version check

This commit is contained in:
Alex Woznyuk 2018-04-18 18:16:54 +03:00
parent ed0e5b9958
commit 7cda7e563f
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# Specify minimum cmake version
cmake_minimum_required(VERSION 3.10)
# defines # defines
if (LINUX) if (LINUX)
if (CMAKE_SIZEOF_VOID_P EQUAL 8) if (CMAKE_SIZEOF_VOID_P EQUAL 8)