diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-02-21 21:17:14 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-04-27 22:52:55 -0700 |
| commit | 468bfeb56e29e0130a1b56adb4c23fdba403221e (patch) | |
| tree | 163894211df0204327f0e5aa97a9c0fbf10ffb92 /ports/azure-storage-cpp | |
| parent | 08afae2a7a5cd276fd251cbeef9a27f15261fc0c (diff) | |
| download | vcpkg-468bfeb56e29e0130a1b56adb4c23fdba403221e.tar.gz vcpkg-468bfeb56e29e0130a1b56adb4c23fdba403221e.zip | |
[Clean patching] Each portref-patchset combo gets its own hash-based directory
Diffstat (limited to 'ports/azure-storage-cpp')
| -rw-r--r-- | ports/azure-storage-cpp/portfile.cmake | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ports/azure-storage-cpp/portfile.cmake b/ports/azure-storage-cpp/portfile.cmake index 2f8e921a5..56dbc2ca3 100644 --- a/ports/azure-storage-cpp/portfile.cmake +++ b/ports/azure-storage-cpp/portfile.cmake @@ -10,10 +10,6 @@ vcpkg_from_github( REF v3.2.1 SHA512 8d1e8de439e52f53eb28b77e8adf394468f4861c2c4c1f79ec1437c72e3fc0bc871e4e2662ee58090748915b0f12ce6736a7cc6ede619d332686b9fb6a026c9f HEAD_REF master -) - -vcpkg_apply_patches( - SOURCE_PATH ${SOURCE_PATH} PATCHES ${CMAKE_CURRENT_LIST_DIR}/cmake.patch ${CMAKE_CURRENT_LIST_DIR}/static-builds.patch @@ -35,7 +31,7 @@ vcpkg_install_cmake() file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/azure-storage-cpp RENAME copyright) -file(REMOVE_RECURSE +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) vcpkg_copy_pdbs() |
