diff --git a/CMakeLists.txt b/CMakeLists.txt index 29fbfcd..ecb29d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,6 @@ if(CLAY_INCLUDE_ALL_EXAMPLES OR CLAY_INCLUDE_DEMOS) if(NOT MSVC) add_subdirectory("examples/clay-official-website") endif() - add_subdirectory("examples/cairo-pdf-rendering") add_subdirectory("examples/introducing-clay-video-demo") endif ()