From 8babdd1c7eef55bf9215c4de0cd6ffc7eacc76bd Mon Sep 17 00:00:00 2001 From: Alex Bilger Date: Mon, 5 Feb 2024 13:29:47 +0100 Subject: [PATCH] compile sofaInfo (#34) --- scripts/configure.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/configure.sh b/scripts/configure.sh index 9b641a9..20ab50d 100644 --- a/scripts/configure.sh +++ b/scripts/configure.sh @@ -371,6 +371,7 @@ elif in-array "build-scope-standard" "$BUILD_OPTIONS"; then elif in-array "build-scope-full" "$BUILD_OPTIONS"; then echo "Configuring with as much plugins/modules as possible (scope = full)" add-cmake-option "-DAPPLICATION_SOFAPHYSICSAPI=ON" + add-cmake-option "-DAPPLICATION_SOFAINFO=ON" add-cmake-option "-DSOFA_BUILD_TUTORIALS=ON" add-cmake-option "-DSOFA_BUILD_TESTS=ON" add-cmake-option "-DSOFA_DUMP_VISITOR_INFO=ON"