From 5aa99eca26858e748e6636cfb9204ee9ff695fc2 Mon Sep 17 00:00:00 2001 From: Joscha Schmiedt <schmiedt@uni-bremen.de> Date: Wed, 21 Aug 2024 10:21:12 +0200 Subject: [PATCH] CHG: Use disableMetrics for vcpkg --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b552fa9..43e792a 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,7 @@ conan-build-debug: vcpkg-install: - ./vcpkg/bootstrap-vcpkg.sh\ + ./vcpkg/bootstrap-vcpkg.sh -disableMetrics\ &&vcpkg/vcpkg install vcpkg-build-release: vcpkg-install -- GitLab