diff options
Diffstat (limited to 'test/platform/CMakeLists.txt')
-rw-r--r-- | test/platform/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/platform/CMakeLists.txt b/test/platform/CMakeLists.txt index 6a6f81e5..394aa247 100644 --- a/test/platform/CMakeLists.txt +++ b/test/platform/CMakeLists.txt @@ -9,7 +9,8 @@ if (WIN32) endif() if (UNIX AND NOT EMSCRIPTEN) - add_subdirectory(graphics/cairo) + # TODO: Re-enable this! + # add_subdirectory(graphics/cairo) endif() cru_catch_discover_tests(CruPlatformBaseTest) |