From 4924e4686cd9f4839993620e1726995f732216e8 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 8 Aug 2016 14:16:36 +0200 Subject: CMake: Bump minimum required version to 3.4.0 The SOURCE_DIR property is used for the translation building and was introduced in cmake 3.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e85e7b84..9082118fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # set minimum version project(apt) -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.4.0) enable_testing() -- cgit v1.2.3