From 753891340b0028598a404c58d30e409b796c1567 Mon Sep 17 00:00:00 2001 From: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:42:08 +0100 Subject: [PATCH] disable copyright check --- ports/msvc/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/msvc/portfile.cmake b/ports/msvc/portfile.cmake index 27c3797c7eb64c..99a5b30ae2a80f 100644 --- a/ports/msvc/portfile.cmake +++ b/ports/msvc/portfile.cmake @@ -1,6 +1,6 @@ set(VCPKG_POLICY_DLLS_WITHOUT_LIBS enabled) set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled) -#set(VCPKG_POLICY_SKIP_COPYRIGHT_CHECK enabled) +set(VCPKG_POLICY_SKIP_COPYRIGHT_CHECK enabled) find_program(pwsh_exe NAMES pwsh powershell)