summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2022-12-04 11:43:16 +0100
committerAlbert Astals Cid <aacid@kde.org>2022-12-04 11:43:16 +0100
commit6a19713ca8473c14905bd25d719757df5987d93b (patch)
treec240c97dfbf7daec7f35cd78db8c80938ed760ef /utils
parent49a883dfac1a92fd959a1421627279aec26dcbb9 (diff)
cmake: A more bit of include tweaking
Diffstat (limited to 'utils')
-rw-r--r--utils/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt
index 314c848c..1c3ebcb1 100644
--- a/utils/CMakeLists.txt
+++ b/utils/CMakeLists.txt
@@ -33,8 +33,6 @@ if (HAVE_CAIRO)
include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR}
- SYSTEM
- ${CAIRO_INCLUDE_DIRS}
)
add_definitions(${CAIRO_CFLAGS})
add_executable(pdftocairo ${pdftocairo_SOURCES})