aboutsummaryrefslogtreecommitdiff
path: root/scripts/buildsystems
diff options
context:
space:
mode:
authorVictor Romero <romerosanchezv@gmail.com>2019-06-06 18:08:49 -0700
committerVictor Romero <romerosanchezv@gmail.com>2019-06-06 18:08:49 -0700
commitcef7f8b5a68ed4903abce0378d7e7864c411af47 (patch)
tree040e97853dc691af7a4d30aa264ab9e087fd1df9 /scripts/buildsystems
parent45e57f319657222eda39891fba73cb51b2cf3469 (diff)
parentda6d601d1c2161a455de0e572000633316962003 (diff)
downloadvcpkg-cef7f8b5a68ed4903abce0378d7e7864c411af47.tar.gz
vcpkg-cef7f8b5a68ed4903abce0378d7e7864c411af47.zip
Merge branch 'master' of https://github.com/Microsoft/vcpkg into add_libraqm
Diffstat (limited to 'scripts/buildsystems')
-rw-r--r--scripts/buildsystems/vcpkg.cmake2
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