25 lines
617 B
Diff
25 lines
617 B
Diff
From d8aa752574169b6c9e936e4478bee7fa4b781034 Mon Sep 17 00:00:00 2001
|
|
From: David Tardon <dtardon@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
|
|
|