diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2016-10-24 17:08:27 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2016-10-24 17:08:27 -0700 |
| commit | 6bf915335a0261c974eec12c7896ad97d9bba42e (patch) | |
| tree | 287c2b1c5e910f37f1e3ad5beaef14e8b61d2999 /scripts | |
| parent | 51443effab0889645282a07c584afdec441e287a (diff) | |
| parent | c725dda5db2a284aa070278da5a7cc1061e57f1a (diff) | |
| download | vcpkg-6bf915335a0261c974eec12c7896ad97d9bba42e.tar.gz vcpkg-6bf915335a0261c974eec12c7896ad97d9bba42e.zip | |
Merge pull request #197 from sdcb/cpprestsdk
Upgrade cpprestsdk to 2.9.0
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/cmake/vcpkg_apply_patches.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmake/vcpkg_apply_patches.cmake b/scripts/cmake/vcpkg_apply_patches.cmake index f5d4d75f1..731909834 100644 --- a/scripts/cmake/vcpkg_apply_patches.cmake +++ b/scripts/cmake/vcpkg_apply_patches.cmake @@ -7,7 +7,7 @@ function(vcpkg_apply_patches) message(STATUS "Applying patch ${PATCH}") set(LOGNAME patch-${TARGET_TRIPLET}-${PATCHNUM}) execute_process( - COMMAND ${GIT} --work-tree=. apply "${PATCH}" --ignore-whitespace --whitespace=nowarn --verbose + COMMAND ${GIT} --work-tree=. --git-dir=. apply "${PATCH}" --ignore-whitespace --whitespace=nowarn --verbose OUTPUT_FILE ${CURRENT_BUILDTREES_DIR}/${LOGNAME}-out.log ERROR_FILE ${CURRENT_BUILDTREES_DIR}/${LOGNAME}-err.log WORKING_DIRECTORY ${_ap_SOURCE_PATH} |
