summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2020-08-02 20:25:13 +0200
committerAlbert Astals Cid <aacid@kde.org>2020-08-02 20:25:13 +0200
commit6307b5c229d11690b8ed9d11bdaec48cb470c51e (patch)
tree23c30385ce4ef9f34b024e50cc3b996ee0c3a3b5
parent446baf49e696001305ed2d3e57c157862a780370 (diff)
cmake: Remove stray support for lcms1 in pdftocairo
-rw-r--r--utils/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt
index 3017365b..b20e744f 100644
--- a/utils/CMakeLists.txt
+++ b/utils/CMakeLists.txt
@@ -39,9 +39,6 @@ if (HAVE_CAIRO)
add_definitions(${CAIRO_CFLAGS})
add_executable(pdftocairo ${pdftocairo_SOURCES})
target_link_libraries(pdftocairo ${CAIRO_LIBRARIES} ${FREETYPE_LIBRARIES} ${common_libs})
- if(LCMS_FOUND)
- target_link_libraries(pdftocairo ${LCMS_LIBRARIES})
- endif()
if(CMAKE_USE_PTHREADS_INIT)
target_link_libraries(pdftocairo Threads::Threads)
endif()