aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-11-04 21:46:34 +0800
committerYuqian Yang <crupest@crupest.life>2025-11-04 21:46:34 +0800
commit4e1f7dd82819e0bf9e2c94b6f4881870c7afca42 (patch)
tree85126b605e5291b85251e922522c48de2f2da240 /test
parent08cce61ac9e4b7ebb557b68d57097bd7eab930f3 (diff)
downloadcru-4e1f7dd82819e0bf9e2c94b6f4881870c7afca42.tar.gz
cru-4e1f7dd82819e0bf9e2c94b6f4881870c7afca42.tar.bz2
cru-4e1f7dd82819e0bf9e2c94b6f4881870c7afca42.zip
Disable cairo test on apple.
Diffstat (limited to 'test')
-rw-r--r--test/platform/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/platform/CMakeLists.txt b/test/platform/CMakeLists.txt
index 0a9aa001..e4237cd3 100644
--- a/test/platform/CMakeLists.txt
+++ b/test/platform/CMakeLists.txt
@@ -8,7 +8,7 @@ if (WIN32)
add_subdirectory(graphics/direct2d)
endif()
-if (UNIX AND NOT EMSCRIPTEN)
+if (UNIX AND NOT APPLE AND NOT EMSCRIPTEN)
add_subdirectory(graphics/cairo)
endif()