aboutsummaryrefslogtreecommitdiff
path: root/scripts/cmake/vcpkg_build_msbuild.cmake
diff options
context:
space:
mode:
authorVoskrese <10104740+Voskrese@users.noreply.github.com>2020-04-24 12:18:56 +0800
committerGitHub <noreply@github.com>2020-04-23 21:18:56 -0700
commited9511fcf6d6fd6ab1358db7d19b5fee7cbda05c (patch)
tree262e8434ee3e23c681b7bbcc74b652f4e314dee2 /scripts/cmake/vcpkg_build_msbuild.cmake
parent43760aa86fb04aafc789d96f5c2bfeeeed89f21b (diff)
downloadvcpkg-ed9511fcf6d6fd6ab1358db7d19b5fee7cbda05c.tar.gz
vcpkg-ed9511fcf6d6fd6ab1358db7d19b5fee7cbda05c.zip
[libvpx][mpg123] Fix use of YASM in MSBuild (via path) (#10952)
* Update vcpkg_build_msbuild.cmake * Update vcpkg_install_msbuild.cmake * Update portfile.cmake * Update CONTROL * Update portfile.cmake * Update CONTROL * Update ci.baseline.txt. * Update ci.baseline.txt * Update ci.baseline.txt * Update ci.baseline.txt * Update portfile.cmake * Update CONTROL * Update CONTROL * Update portfile.cmake * [mpg123][libvpx] UWP is a target Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'scripts/cmake/vcpkg_build_msbuild.cmake')
-rw-r--r--scripts/cmake/vcpkg_build_msbuild.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/cmake/vcpkg_build_msbuild.cmake b/scripts/cmake/vcpkg_build_msbuild.cmake
index cfd429da2..04e8eb0ed 100644
--- a/scripts/cmake/vcpkg_build_msbuild.cmake
+++ b/scripts/cmake/vcpkg_build_msbuild.cmake
@@ -91,6 +91,7 @@ function(vcpkg_build_msbuild)
list(APPEND _csc_OPTIONS
/t:${_csc_TARGET}
+ /p:UseEnv=True
/p:Platform=${_csc_PLATFORM}
/p:PlatformToolset=${_csc_PLATFORM_TOOLSET}
/p:VCPkgLocalAppDataDisabled=true