diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 5a4297a54..f3864f9c0 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -28,7 +28,6 @@ if (BUDDY_STABLEDIFFUSION_EXAMPLES) add_subdirectory(BuddyStableDiffusion) endif() - if(BUDDY_DSL_EXAMPLES) add_subdirectory(ToyDSL) endif()