From 08e24917b86b6299cacb20cde5f099e8854ff4c8 Mon Sep 17 00:00:00 2001 From: Evgeny Kudryashov Date: Mon, 12 Aug 2024 22:26:51 +0200 Subject: [PATCH] Update minimal cmake version to 3.15 * 3.12 is required for add_compile_definitions * 3.15 is required for CMP0091 policy --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 623f0c87..8b495b69 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.10) +cmake_minimum_required(VERSION 3.15) set(BUILD_NUMBER CACHE STRING "The number of the current build.")