From aa9142fcc1e7b6c1e92d83400d45b7c82ab46df6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Sun, 14 Jul 2024 09:29:45 +0200 Subject: [PATCH] [7zip] Remove warning about DLL in static build. --- ports/7zip/portfile.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/7zip/portfile.cmake b/ports/7zip/portfile.cmake index b3cccf4..b3707cd 100644 --- a/ports/7zip/portfile.cmake +++ b/ports/7zip/portfile.cmake @@ -1,4 +1,5 @@ set(VCPKG_LIBRARY_LINKAGE dynamic) +set(VCPKG_POLICY_DLLS_IN_STATIC_LIBRARY enabled) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH