summaryrefslogtreecommitdiff
path: root/test
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 /test
parent49a883dfac1a92fd959a1421627279aec26dcbb9 (diff)
cmake: A more bit of include tweaking
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 8334d0f5..afa13529 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -42,11 +42,6 @@ if (GTK_FOUND)
endif ()
if (HAVE_CAIRO)
- include_directories(
- SYSTEM
- ${CAIRO_INCLUDE_DIRS}
- )
-
include(CheckCXXSymbolExists)
set (CMAKE_REQUIRED_INCLUDES ${CAIRO_INCLUDE_DIRS})
check_cxx_symbol_exists(CAIRO_HAS_PNG_FUNCTIONS "cairo.h" HAVE_CAIRO_PNG)