From 0b8c665b3d1d194b2aa01978fc4b9166bb24ff33 Mon Sep 17 00:00:00 2001 From: ZhangTingan Date: Tue, 6 Jan 2026 13:37:27 +0800 Subject: [PATCH] fix: [cmake] can not cmake in low version envrionment Log: as title --- 3rdparty/deepin-pdfium/CMakeLists.txt | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty/deepin-pdfium/CMakeLists.txt b/3rdparty/deepin-pdfium/CMakeLists.txt index c41e6e02..bacc7852 100644 --- a/3rdparty/deepin-pdfium/CMakeLists.txt +++ b/3rdparty/deepin-pdfium/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.15) +cmake_minimum_required(VERSION 3.13) set(VERSION "1.0.0" CACHE STRING "PDF rendering library based on PDFium") diff --git a/CMakeLists.txt b/CMakeLists.txt index 43607543..c2a5f05e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.15) +cmake_minimum_required(VERSION 3.13) # 项目基本信息 project(deepin-reader