aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHennadii Chernyshchyk <genaloner@gmail.com>2022-04-03 21:06:37 +0300
committerHennadii Chernyshchyk <genaloner@gmail.com>2022-04-03 21:12:12 +0300
commitac7134b71b5c3cab8b8c31f7c008568f21830756 (patch)
tree8e3920c9fe553872ee2d87c498ab0c49375a394e
parentMerge pull request #148 from christoph-cullmann/master (diff)
downloadsingleapplication-ac7134b71b5c3cab8b8c31f7c008568f21830756.tar.xz
Bump minimum CMake version to 3.12.0
Since we use target_compile_definitions that was introduced in this version.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)