diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2018-09-29 20:26:11 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-09-29 20:26:22 +0000 |
| commit | e939fcccf36f2a89435b0f8328db9be32ce3b600 (patch) | |
| tree | 7a2faa9fea485d6e59be1897f4a43423930b1455 /CMakeLists.txt | |
| parent | CMake: Whitespace cleanup (diff) | |
| download | inkscape-e939fcccf36f2a89435b0f8328db9be32ce3b600.tar.gz inkscape-e939fcccf36f2a89435b0f8328db9be32ce3b600.zip | |
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)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
