diff options
| author | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-06-04 18:46:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-04 18:46:50 -0700 |
| commit | 3385b2caf781c7817e325b6301718d42b306e5e4 (patch) | |
| tree | a603ac466f4e193d300f1d01bb86cf1c126727ca /scripts | |
| parent | a2dbe32b726f60db0fee5decc85fbd1744cc4a7e (diff) | |
| parent | d21b44f019d483f579ce7ba33c31420727fd474c (diff) | |
| download | vcpkg-3385b2caf781c7817e325b6301718d42b306e5e4.tar.gz vcpkg-3385b2caf781c7817e325b6301718d42b306e5e4.zip | |
Merge pull request #6716 from ThadHouse/wpilibport2
[wpilib] Add New Port
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/buildsystems/vcpkg.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildsystems/vcpkg.cmake b/scripts/buildsystems/vcpkg.cmake index 97fe1b81f..f657e2710 100644 --- a/scripts/buildsystems/vcpkg.cmake +++ b/scripts/buildsystems/vcpkg.cmake @@ -171,7 +171,7 @@ function(add_executable name) list(FIND ARGV "ALIAS" ALIAS_IDX) list(FIND ARGV "MACOSX_BUNDLE" MACOSX_BUNDLE_IDX) if(IMPORTED_IDX EQUAL -1 AND ALIAS_IDX EQUAL -1) - if(VCPKG_APPLOCAL_DEPS) + if(VCPKG_APPLOCAL_DEPS) if(_VCPKG_TARGET_TRIPLET_PLAT MATCHES "windows|uwp") add_custom_command(TARGET ${name} POST_BUILD COMMAND powershell -noprofile -executionpolicy Bypass -file ${_VCPKG_TOOLCHAIN_DIR}/msbuild/applocal.ps1 |
