diff --git a/CMakeLists.txt b/CMakeLists.txt
index f918074e1d454d7680098de3517908442663cb77..67e1fb2c8439af81f73db0b1ec73548ed7d24246 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 16f918c1e83f1745442874fb68761f76a5e6e509..92dfe72d1faaa486ef29523efc075f1c0cd584bb 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)