summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2018-09-23 19:11:12 +0200
committerAlbert Astals Cid <aacid@kde.org>2018-09-23 19:12:18 +0200
commitcd53c552e75d47a1c1d60953989192271a452c0b (patch)
tree2bb9034063d1178684edb142f288c1d472da41af /CMakeLists.txt
parente84b9e58e0e644f30e104850969a8255d59b9971 (diff)
Remove ENABLE_PLUGINS
We're never defining it, so just stop carrying it
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 56036307..f2870d8b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -391,7 +391,6 @@ set(poppler_SRCS
poppler/StdinPDFDocBuilder.cc
poppler/Sound.cc
poppler/ViewerPreferences.cc
- poppler/XpdfPluginAPI.cc
poppler/Movie.cc
poppler/Rendition.cc
)
@@ -567,7 +566,6 @@ if(ENABLE_XPDF_HEADERS)
poppler/StdinCachedFile.h
poppler/StdinPDFDocBuilder.h
poppler/UTF.h
- poppler/XpdfPluginAPI.h
poppler/Sound.h
${CMAKE_CURRENT_BINARY_DIR}/poppler/poppler-config.h
DESTINATION include/poppler)