From 709ecee291c4858e1cffeaafcf117ef873def331 Mon Sep 17 00:00:00 2001 From: KVS85 Date: Tue, 15 Oct 2019 13:14:13 +0300 Subject: [PATCH] Increase required CMake version to 3.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a7507f5cc..94d715d3a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ # General # ------------------------------------------------------------------------------ -cmake_minimum_required(VERSION 3.2) +cmake_minimum_required(VERSION 3.10) if (POLICY CMP0048) cmake_policy(SET CMP0048 NEW)