From 15f2ad5142ca1d42363e58a88fef18e0af107639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Sun, 21 Jun 2020 14:22:11 +0200 Subject: [PATCH] Temporarily disable libsetsu for full project --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 841e1d3..459002c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,7 +65,7 @@ if(CHIAKI_ENABLE_CLI) endif() if(CHIAKI_ENABLE_GUI) - add_subdirectory(setsu) + #add_subdirectory(setsu) add_subdirectory(gui) endif()