[poppler] [PATCH] do not install Function.cc as header

David Tardon dtardon at redhat.com
Fri Oct 6 06:15:34 UTC 2017


Hi,

the attached patch redoes a fix that was done in the autotools-based
build system in 2008 :-)

D.
-------------- next part --------------
>From d8aa752574169b6c9e936e4478bee7fa4b781034 Mon Sep 17 00:00:00 2001
From: David Tardon <dtardon at redhat.com>
Date: Fri, 6 Oct 2017 08:07:35 +0200
Subject: [PATCH] do not install Function.cc, as it's not a header

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7485b2ad..fe5911c3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -572,7 +572,6 @@ if(ENABLE_XPDF_HEADERS)
     poppler/FontEncodingTables.h
     poppler/FontInfo.h
     poppler/Form.h
-    poppler/Function.cc
     poppler/Function.h
     poppler/Gfx.h
     poppler/GfxFont.h
-- 
2.14.1



More information about the poppler mailing list