From 97c8bc69ed8b42bd51d0200f5d2d01cff557589b Mon Sep 17 00:00:00 2001 From: Mathias Paulin <mathias.paulin@irit.fr> Date: Tue, 8 Feb 2022 19:03:58 +0100 Subject: [PATCH] [build] install Mara application when installing the lib --- src/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3d155d0..5809cc6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -10,8 +10,8 @@ endif() if(BUILD_MARA) set(MARA_IN_BUILD_TREE True) - add_subdirectory(Mara EXCLUDE_FROM_ALL) - #add_subdirectory(Mara) + #add_subdirectory(Mara EXCLUDE_FROM_ALL) + add_subdirectory(Mara) endif() if(BUILD_MARABOUTAGE) @@ -27,4 +27,4 @@ endif() if (BUILD_TESTNODEGRAPH) set(TESTNODEGRAPH_IN_BUILD_TREE True) add_subdirectory(TestNodeGraph EXCLUDE_FROM_ALL) -endif() \ No newline at end of file +endif() -- GitLab