From 5249432217aa161caa59e8fbf37be2e03686851b Mon Sep 17 00:00:00 2001 From: Markus Lampert Date: Thu, 4 Oct 2018 23:24:58 -0700 Subject: [PATCH] Removed experimental wb from build --- src/Mod/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Mod/CMakeLists.txt b/src/Mod/CMakeLists.txt index dcc85d0426..a6906e165b 100644 --- a/src/Mod/CMakeLists.txt +++ b/src/Mod/CMakeLists.txt @@ -146,5 +146,3 @@ endif(BUILD_ADDONMGR) if(BUILD_TUX) add_subdirectory(Tux) endif(BUILD_TUX) - -add_subdirectory(LineFollowing)