From 554c2e7788e7e9fd6d213317fdaafdf6451a9e2f Mon Sep 17 00:00:00 2001
From: Mathias Paulin <mathias.paulin@irit.fr>
Date: Tue, 22 Feb 2022 07:58:57 +0100
Subject: [PATCH] [repo] remove maraboutage from cmake build chain

---
 CMakeLists.txt     | 3 +--
 src/CMakeLists.txt | 5 -----
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f918074..67e1fb2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,8 +26,7 @@ endif ()
 
 option(WITH_H3D_SUPPORT "Compile with H3D loader support" OFF)
 option(BUILD_PLUGIN "Compile Plugin" OFF)
-option(BUILD_MARA "Compile Mara Application" OFF)
-option(BUILD_MARABOUTAGE "Compile MaraBoutage Application" ON)
+option(BUILD_MARA "Compile Mara Application" ON)
 option(BUILD_DEMO "Compile libRenderer usage DEMO" OFF)
 
 add_subdirectory(src)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 16f918c..92dfe72 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -14,11 +14,6 @@ if(BUILD_MARA)
     add_subdirectory(Mara)
 endif()
 
-if(BUILD_MARABOUTAGE)
-    set(MARABOUTAGE_IN_BUILD_TREE True)
-    add_subdirectory(MaraBoutage EXCLUDE_FROM_ALL)
-endif()
-
 if(BUILD_DEMO)
     set(VIEWER_IN_BUILD_TREE True)
     add_subdirectory(DemoApp EXCLUDE_FROM_ALL)
-- 
GitLab