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)