summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2021-09-06 22:46:09 +0200
committerAlbert Astals Cid <aacid@kde.org>2021-09-06 22:46:20 +0200
commiteb744dc5e30b237790e7c6f07a3fbf474bbb2b21 (patch)
treeb26b8db20b7c55c2e311b1759d9df51150fa1161
parente81ad8d3779113250f52ccfd1b21f13d4be2cf6f (diff)
Increase cmake requirement to that of poppler
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cf4ba49..e87995b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
-project(poppler-data NONE)
+cmake_minimum_required(VERSION 3.10.0 FATAL_ERROR)
-cmake_minimum_required(VERSION 2.6)
+project(poppler-data NONE)
set(VERSION "0.4.10")
set(datadir ${CMAKE_INSTALL_PREFIX}/share)