Skip to content

Commit

Permalink
[vcpkg_install_gn] Fix variable name typo (#18186)
Browse files Browse the repository at this point in the history
  • Loading branch information
vejmartin authored Jun 2, 2021
1 parent 212477f commit 385bd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cmake/vcpkg_install_gn.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function(z_vcpkg_install_gn_install)
TARGET "//${target}"
)

foreach(output IN LISTS OUTPUTS)
foreach(output IN LISTS outputs)
if(output MATCHES "^//")
# relative path (e.g. //out/Release/target.lib)
string(REGEX REPLACE "^//" "${arg_SOURCE_PATH}/" output "${output}")
Expand Down

0 comments on commit 385bd9b

Please sign in to comment.