From 49747b50a978012670f6bd7ad4f4d5518474e059 Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Mon, 10 Aug 2020 21:57:55 +0200 Subject: [PATCH] Remove no longer used nlohman-json --- install_dependencies_linux_mac.sh | 4 ++-- install_dependencies_windows.bat | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install_dependencies_linux_mac.sh b/install_dependencies_linux_mac.sh index f3ff643b..0b785c53 100644 --- a/install_dependencies_linux_mac.sh +++ b/install_dependencies_linux_mac.sh @@ -10,7 +10,7 @@ chmod +x bootstrap-vcpkg.sh chmod +x vcpkg if [[ "$OSTYPE" == "darwin"* ]]; then -./vcpkg install zlib libzip libzippp nlohmann-json openssl-unix libzip breakpad --triplet x64-osx --recurse +./vcpkg install zlib libzip libzippp openssl-unix libzip breakpad --triplet x64-osx --recurse else -./vcpkg install zlib libzip libzippp nlohmann-json openssl-unix libzip breakpad --triplet x64-linux --recurse +./vcpkg install zlib libzip libzippp openssl-unix libzip breakpad --triplet x64-linux --recurse fi \ No newline at end of file diff --git a/install_dependencies_windows.bat b/install_dependencies_windows.bat index 4335987d..995c5f53 100644 --- a/install_dependencies_windows.bat +++ b/install_dependencies_windows.bat @@ -6,4 +6,4 @@ cd vcpkg git pull git checkout 2bc6cd714 call bootstrap-vcpkg.bat -vcpkg.exe install zlib libzip libzippp nlohmann-json openssl breakpad --triplet x64-windows --recurse +vcpkg.exe install zlib libzip libzippp openssl breakpad --triplet x64-windows --recurse