From 60fa88de49c63281d78be65ec327e03b521acc43 Mon Sep 17 00:00:00 2001 From: Paul Baksic <30337881+bakpaul@users.noreply.github.com> Date: Mon, 27 Nov 2023 12:00:26 +0100 Subject: [PATCH] fix cmake flag (#30) --- scripts/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/configure.sh b/scripts/configure.sh index 99bcbc8..f03f9d9 100644 --- a/scripts/configure.sh +++ b/scripts/configure.sh @@ -322,7 +322,7 @@ fi add-cmake-option "-DAPPLICATION_GETDEPRECATEDCOMPONENTS=ON" add-cmake-option "-DSOFA_BUILD_APP_BUNDLE=OFF" # MacOS add-cmake-option "-DSOFA_WITH_DEPRECATED_COMPONENTS=ON" -add-cmake-option "-DSOFAGUIQT_ENABLE_QDOCBROWSER=OFF" +add-cmake-option "-DSOFA_GUI_QT_ENABLE_QDOCBROWSER=OFF" add-cmake-option "-DSOFAGUIQT_ENABLE_NODEGRAPH=OFF" add-cmake-option "-DPLUGIN_EXTERNALBEHAVIORMODEL=OFF"