Skip to content
Snippets Groups Projects
Commit 554c2e77 authored by Mathias Paulin's avatar Mathias Paulin :speech_balloon:
Browse files

[repo] remove maraboutage from cmake build chain

parent 333933b4
No related branches found
No related tags found
No related merge requests found
...@@ -26,8 +26,7 @@ endif () ...@@ -26,8 +26,7 @@ endif ()
option(WITH_H3D_SUPPORT "Compile with H3D loader support" OFF) option(WITH_H3D_SUPPORT "Compile with H3D loader support" OFF)
option(BUILD_PLUGIN "Compile Plugin" OFF) option(BUILD_PLUGIN "Compile Plugin" OFF)
option(BUILD_MARA "Compile Mara Application" OFF) option(BUILD_MARA "Compile Mara Application" ON)
option(BUILD_MARABOUTAGE "Compile MaraBoutage Application" ON)
option(BUILD_DEMO "Compile libRenderer usage DEMO" OFF) option(BUILD_DEMO "Compile libRenderer usage DEMO" OFF)
add_subdirectory(src) add_subdirectory(src)
......
...@@ -14,11 +14,6 @@ if(BUILD_MARA) ...@@ -14,11 +14,6 @@ if(BUILD_MARA)
add_subdirectory(Mara) add_subdirectory(Mara)
endif() endif()
if(BUILD_MARABOUTAGE)
set(MARABOUTAGE_IN_BUILD_TREE True)
add_subdirectory(MaraBoutage EXCLUDE_FROM_ALL)
endif()
if(BUILD_DEMO) if(BUILD_DEMO)
set(VIEWER_IN_BUILD_TREE True) set(VIEWER_IN_BUILD_TREE True)
add_subdirectory(DemoApp EXCLUDE_FROM_ALL) add_subdirectory(DemoApp EXCLUDE_FROM_ALL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment