From 0d7ed1e44f5fe7ba3bc9f80a894172c84c3b9fe8 Mon Sep 17 00:00:00 2001 From: JoergAtGithub Date: Tue, 12 Nov 2024 08:27:15 +0100 Subject: [PATCH] Removed VCPKG_POLICY_SKIP_CRT_LINKAGE_CHECK --- ports/vst3sdk/portfile.cmake | 3 --- 1 file changed, 3 deletions(-) diff --git a/ports/vst3sdk/portfile.cmake b/ports/vst3sdk/portfile.cmake index 79cbd653d9e71c..0c3c1315aaf040 100644 --- a/ports/vst3sdk/portfile.cmake +++ b/ports/vst3sdk/portfile.cmake @@ -131,6 +131,3 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/include/vst3sdk/public.sdk/source/vst/hosting/test" "${CURRENT_PACKAGES_DIR}/include/vst3sdk/public.sdk/source/vst/utility/test" ) - -# Suppress CRT linkage check -set(VCPKG_POLICY_SKIP_CRT_LINKAGE_CHECK enabled)