[poppler] CMakeLists.txt

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 2 10:42:30 UTC 2020


 CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d4bd6df9548cc7c84c2a49472803adeb0cb5b339
Author: Albert Astals Cid <aacid at kde.org>
Date:   Tue Jun 2 12:36:27 2020 +0200

    Increase cmake version requirement to that of the minimum in our CI
    
    We wouldn't realize if we broke it with cmake 3.3 since we're not
    testing it and cmake 3.5 is old enough

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5d94d5fc..abdd13fa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
 project(poppler)
 
-cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.5.0 FATAL_ERROR)
 
 set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)
 


More information about the poppler mailing list