diff options
| author | Martin Vejdarski <extrulm@gmail.com> | 2021-06-02 22:42:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-02 15:42:18 -0500 |
| commit | 385bd9b1ed2dac3340a498561f0f25907a717661 (patch) | |
| tree | c20348a6538cf55ebefa96250f634aec5f81d427 /scripts | |
| parent | 212477fd66c273b7ee49d96ca41a4059cd4360cb (diff) | |
| download | vcpkg-385bd9b1ed2dac3340a498561f0f25907a717661.tar.gz vcpkg-385bd9b1ed2dac3340a498561f0f25907a717661.zip | |
[vcpkg_install_gn] Fix variable name typo (#18186)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/cmake/vcpkg_install_gn.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmake/vcpkg_install_gn.cmake b/scripts/cmake/vcpkg_install_gn.cmake index 69165d392..ac16fac14 100644 --- a/scripts/cmake/vcpkg_install_gn.cmake +++ b/scripts/cmake/vcpkg_install_gn.cmake @@ -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}") |
