Skip to content

Commit

Permalink
Fix missing FILE_SET in X_VCPKG_APPLOCAL_DEPS_INSTALL (#43255)
Browse files Browse the repository at this point in the history
Co-authored-by: Mengna-Li <[email protected]>
  • Loading branch information
Mengna-Li and Mengna-Li authored Jan 23, 2025
1 parent b588ddc commit 57629cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildsystems/vcpkg.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ if(X_VCPKG_APPLOCAL_DEPS_INSTALL)
set(modifier "${arg}")
continue()
endif()
if(arg MATCHES "^(TARGETS|DESTINATION|PERMISSIONS|CONFIGURATIONS|COMPONENT|NAMELINK_COMPONENT|OPTIONAL|EXCLUDE_FROM_ALL|NAMELINK_ONLY|NAMELINK_SKIP|EXPORT)$")
if(arg MATCHES "^(TARGETS|DESTINATION|PERMISSIONS|CONFIGURATIONS|COMPONENT|NAMELINK_COMPONENT|OPTIONAL|EXCLUDE_FROM_ALL|NAMELINK_ONLY|NAMELINK_SKIP|EXPORT|FILE_SET)$")
set(last_command "${arg}")
continue()
endif()
Expand Down

0 comments on commit 57629cd

Please sign in to comment.