From 4e1f7dd82819e0bf9e2c94b6f4881870c7afca42 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Tue, 4 Nov 2025 21:46:34 +0800 Subject: Disable cairo test on apple. --- test/platform/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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() -- cgit v1.2.3