Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanek Bevendorff <janek@jbev.net>2017-06-26 02:40:40 +0300
committerJanek Bevendorff <janek@jbev.net>2017-06-26 17:41:16 +0300
commit35e86efbce815449296494cce22b74c435776124 (patch)
tree12d033ba6d61eeb4b9c97c0b2f4cc49705586aea /CMakeLists.txt
parent549eaefdb8841a8475f03bdb09434c2e7524b106 (diff)
Require CMake 3.1.0 and update Dockerfile
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 627676105..77dbd9579 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,7 +22,7 @@ endif()
project(KeePassXC)
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.1.0)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)