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

New commits:
commit d4bd6df9548cc7c84c2a49472803adeb0cb5b339
Author: Albert Astals Cid <aa...@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)
 
_______________________________________________
poppler mailing list
poppler@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to