From e939fcccf36f2a89435b0f8328db9be32ce3b600 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Sat, 29 Sep 2018 22:26:11 +0200 Subject: CMake/po: Check for presence of intltool for creating inkscape.pot Also remove FindGettext module and use the one that ships with CMake (bumps minimum version to CMake 2.8.8 for GETTEXT_VERSION_STRING) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ed211420..5a9c31fc2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.2) +cmake_minimum_required(VERSION 2.8.8) cmake_policy(SET CMP0003 NEW) # don't be prolific with library paths cmake_policy(SET CMP0005 NEW) # proper define quoting -- cgit v1.2.3