From 5e2e459650a835cae79f0dda496fbeeeb38b0f63 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 26 May 2022 00:34:03 -0500 Subject: [PATCH] [nostalgia] Remove tea-v dependency --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bd554123..08706381 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,6 @@ else() endif() add_subdirectory(deps/ox) -add_subdirectory(deps/tea-v) include_directories( deps/ox/src )