From 075c9e37dfae5ca1a0e1f4e529452ac7ab41cbf7 Mon Sep 17 00:00:00 2001 From: Adriano dos Santos Fernandes Date: Wed, 4 Dec 2024 19:56:43 -0300 Subject: [PATCH] Remove vcpkg --debug option. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 35f932a72d..1d8a2e280a 100644 --- a/configure.ac +++ b/configure.ac @@ -92,7 +92,7 @@ if test "x$VCPKG_TRIPLET" != "x" ; then ./vcpkg/bootstrap-vcpkg.sh -disableMetrics fi - ./vcpkg/vcpkg install --triplet=$VCPKG_TRIPLET --debug + ./vcpkg/vcpkg install --triplet=$VCPKG_TRIPLET VCPKG_INSTALLED=`pwd`/vcpkg_installed/$VCPKG_TRIPLET AC_SUBST(VCPKG_INSTALLED)