mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 02:11:58 +08:00
Only take the COMPONENT part for the runtime settings like we already do for the DESTINATION component. The install local dependencies should only need to be run for RUNTIME components anyway.
This commit is contained in:
parent
2d6f26b318
commit
f41244d1b4
@ -744,7 +744,7 @@ if(X_VCPKG_APPLOCAL_DEPS_INSTALL)
|
||||
if(last_command STREQUAL "DESTINATION" AND (modifier STREQUAL "" OR modifier STREQUAL "RUNTIME"))
|
||||
set(destination "${arg}")
|
||||
endif()
|
||||
if(last_command STREQUAL "COMPONENT")
|
||||
if(last_command STREQUAL "COMPONENT" AND (modifier STREQUAL "" OR modifier STREQUAL "RUNTIME"))
|
||||
set(component_param "COMPONENT" "${arg}")
|
||||
endif()
|
||||
endforeach()
|
||||
|
Loading…
x
Reference in New Issue
Block a user