aboutsummaryrefslogtreecommitdiff
path: root/scripts/cmake
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-03-22 16:47:03 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2018-03-22 16:47:03 -0700
commitc7664d1538c8ca50aafce6d90b20feb689506659 (patch)
treeb222663025c558a99d935e79ade773d63958fea5 /scripts/cmake
parentbc4fd2653bba4b22b2a9b94a5f22ee0e253413b5 (diff)
parent637c9bc0f012e402f5cff5e5f9ac1ca993f89ab8 (diff)
downloadvcpkg-c7664d1538c8ca50aafce6d90b20feb689506659.tar.gz
vcpkg-c7664d1538c8ca50aafce6d90b20feb689506659.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'scripts/cmake')
-rw-r--r--scripts/cmake/vcpkg_configure_cmake.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/cmake/vcpkg_configure_cmake.cmake b/scripts/cmake/vcpkg_configure_cmake.cmake
index 951b6443f..5fa42cb11 100644
--- a/scripts/cmake/vcpkg_configure_cmake.cmake
+++ b/scripts/cmake/vcpkg_configure_cmake.cmake
@@ -180,6 +180,8 @@ function(vcpkg_configure_cmake)
"-DVCPKG_C_FLAGS_DEBUG=${VCPKG_C_FLAGS_DEBUG}"
"-DVCPKG_CRT_LINKAGE=${VCPKG_CRT_LINKAGE}"
"-DVCPKG_LINKER_FLAGS=${VCPKG_LINKER_FLAGS}"
+ "-DCMAKE_INSTALL_LIBDIR=lib"
+ "-DCMAKE_INSTALL_BINDIR=bin"
)
if(DEFINED ARCH)