From 1bec0fcb73073b5b1719f454c368a63f1bff625e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Hrub=C3=BD?= Date: Sat, 24 Sep 2016 15:44:20 +0200 Subject: fixed an incorrect relative directory that pointed into wrong location --- scripts/buildsystems/vcpkg.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/buildsystems/vcpkg.cmake b/scripts/buildsystems/vcpkg.cmake index 9534038c9..bae8cc3f8 100644 --- a/scripts/buildsystems/vcpkg.cmake +++ b/scripts/buildsystems/vcpkg.cmake @@ -43,7 +43,7 @@ if(NOT VCPKG_TOOLCHAIN) add_custom_command(TARGET ${name} POST_BUILD COMMAND powershell -executionpolicy UnRestricted -file ${_VCPKG_TOOLCHAIN_DIR}/msbuild/applocal.ps1 -targetBinary $ - -installedDir "${_VCPKG_TOOLCHAIN_DIR}/../installed/${_VCPKG_TARGET_TRIPLET}$<$:/debug>/bin" + -installedDir "${_VCPKG_TOOLCHAIN_DIR}/../../installed/${_VCPKG_TARGET_TRIPLET}$<$:/debug>/bin" -OutVariable out ) endfunction() -- cgit v1.2.3