From 7cda7e563ff388fb073f821cbadb01a5dbbb78c0 Mon Sep 17 00:00:00 2001 From: Alex Woznyuk Date: Wed, 18 Apr 2018 18:16:54 +0300 Subject: [PATCH] Minimum required cmake version check --- Telegram/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Telegram/CMakeLists.txt b/Telegram/CMakeLists.txt index 9d98feb23..7c77f0442 100644 --- a/Telegram/CMakeLists.txt +++ b/Telegram/CMakeLists.txt @@ -1,3 +1,5 @@ +# Specify minimum cmake version + cmake_minimum_required(VERSION 3.10) # defines if (LINUX) if (CMAKE_SIZEOF_VOID_P EQUAL 8)