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