Skip to content

Commit 26d759d

Browse files
committed
exclude HvsiFileTrust.dll and wpaxholder.dll from the unresolved-dependency check.
1 parent 948f31d commit 26d759d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cmake/VerifyWindowsPackage.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ file(GET_RUNTIME_DEPENDENCIES
4040
PRE_EXCLUDE_REGEXES
4141
"api-ms-win-.*"
4242
"ext-ms-.*"
43+
"HvsiFileTrust\\.dll"
44+
"wpaxholder\\.dll"
4345
POST_EXCLUDE_REGEXES
4446
".*/Windows/System32/.*"
4547
".*/Windows/SystemApps/.*"

0 commit comments

Comments
 (0)