1 From 007d926cd74f34b381792f099fc9f0d178ddfacd Mon Sep 17 00:00:00 2001
2 From: Paul Gideon Dann <pdgiddie@gmail.com>
3 Date: Tue, 20 Oct 2009 18:32:35 +0100
4 Subject: [PATCH 4/4] Don't build the main poppler library.
7 CMakeLists.txt | 12 ------------
8 1 files changed, 0 insertions(+), 12 deletions(-)
10 diff --git a/CMakeLists.txt b/CMakeLists.txt
11 index 38db6c2..bcc33a8 100644
14 @@ -345,18 +345,6 @@ if(TIFF_FOUND)
15 set(poppler_LIBS ${poppler_LIBS} ${TIFF_LIBRARIES})
19 -add_definitions(-D_CRT_SECURE_NO_WARNINGS)
20 -set(CMAKE_CXX_FLAGS "/Zc:wchar_t- ${CMAKE_CXX_FLAGS}")
21 -add_library(poppler STATIC ${poppler_SRCS})
23 -add_library(poppler SHARED ${poppler_SRCS})
25 -set_target_properties(poppler PROPERTIES VERSION 19.0.0 SOVERSION 19)
26 -target_link_libraries(poppler ${poppler_LIBS})
27 -target_link_libraries(poppler LINK_INTERFACE_LIBRARIES "")
28 -install(TARGETS poppler RUNTIME DESTINATION bin LIBRARY DESTINATION lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX})
30 if(ENABLE_XPDF_HEADERS)