From c11b2c172fb07143d647a4839a591f666dc2f2e7 Mon Sep 17 00:00:00 2001 From: Paul Baksic Date: Wed, 5 Jun 2024 17:43:36 +0200 Subject: [PATCH] Activates legacy header for all builds --- scripts/configure.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/configure.sh b/scripts/configure.sh index 8daf6a2..59d3459 100644 --- a/scripts/configure.sh +++ b/scripts/configure.sh @@ -319,6 +319,7 @@ fi ###################### # Options common to all configurations +add-cmake-option "-DSOFA_ENABLE_LEGACY_HEADERS=ON" add-cmake-option "-DAPPLICATION_GETDEPRECATEDCOMPONENTS=ON" add-cmake-option "-DSOFA_BUILD_APP_BUNDLE=OFF" # MacOS add-cmake-option "-DSOFA_WITH_DEPRECATED_COMPONENTS=ON"