From cec23c8c02c4c02706cd4fc3394acd8bd47b4e45 Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Sat, 21 Feb 2026 13:57:22 +0100 Subject: [PATCH] Fix generate dependencies script --- generate_dependencies.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/generate_dependencies.sh b/generate_dependencies.sh index 23bdbd8..d987b78 100755 --- a/generate_dependencies.sh +++ b/generate_dependencies.sh @@ -18,6 +18,7 @@ elif [ "$1" == "missing" ]; then conan install . --deployer=full_deploy --remote=bigfootpackages -pr:h=./ConanProfiles/clang -pr:b=./ConanProfiles/clang --build=missing -of build -s build_type=Release -o bin2cpp/*:build_tests=True conan install . --deployer=full_deploy --remote=bigfootpackages -pr:h=./ConanProfiles/clangd -pr:b=./ConanProfiles/clangd --build=missing -of build -s build_type=RelWithDebInfo -o bin2cpp/*:build_tests=True conan install . --deployer=full_deploy --remote=bigfootpackages -pr:h=./ConanProfiles/clangd -pr:b=./ConanProfiles/clangd --build=missing -of build -s build_type=Debug -o bin2cpp/*:build_tests=True +else echo "Invalid argument: $1" echo "Usage: $0 [force|missing]" exit 1