23 lines
787 B
Diff
23 lines
787 B
Diff
From 2a2c95fda05bbb089c12807261b7a9339635b488 Mon Sep 17 00:00:00 2001
|
|
From: Craig Bradney <mrb@scribus.info>
|
|
Date: Mon, 5 Jun 2023 21:32:27 +0000
|
|
Subject: [PATCH 03/13] Bump minimum podofo version to 0.9.0
|
|
|
|
git-svn-id: svn://scribus.net/trunk/Scribus@25506 11d20701-8431-0410-a711-e3c959e3b870
|
|
(cherry picked from commit 9233e1e20a006155e90e2893cb2a133949ec7a68)
|
|
---
|
|
CMakeLists_Dependencies.cmake | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/CMakeLists_Dependencies.cmake
|
|
+++ b/CMakeLists_Dependencies.cmake
|
|
@@ -4,7 +4,7 @@
|
|
#<<PoDoFo for AI PDF import
|
|
option(WITH_PODOFO "Enable support for PDF embedded in AI" ON)
|
|
if (WITH_PODOFO)
|
|
- find_package(LIBPODOFO)
|
|
+ find_package(LIBPODOFO 0.9.0)
|
|
if (LIBPODOFO_FOUND)
|
|
message("PoDoFo found OK")
|
|
set(HAVE_PODOFO ON)
|