From ac7134b71b5c3cab8b8c31f7c008568f21830756 Mon Sep 17 00:00:00 2001 From: Hennadii Chernyshchyk Date: Sun, 3 Apr 2022 21:06:37 +0300 Subject: Bump minimum CMake version to 3.12.0 Since we use target_compile_definitions that was introduced in this version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ae1b143..ca19057 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.7.0) +cmake_minimum_required(VERSION 3.12.0) project(SingleApplication LANGUAGES CXX) -- cgit v1.2.1