diff options
| author | Jason Yang <yabo@microsoft.com> | 2016-12-02 17:17:53 +0800 |
|---|---|---|
| committer | Jason Yang <yabo@microsoft.com> | 2016-12-02 17:17:53 +0800 |
| commit | 31b4236f091a0d63fe4db8240d12466d19947be2 (patch) | |
| tree | 107a7a43228cd85e3ae75be16b84b4eb035ccc08 | |
| parent | 5849d36d4891a832461e6061f7820b1e61e73461 (diff) | |
| download | vcpkg-31b4236f091a0d63fe4db8240d12466d19947be2.tar.gz vcpkg-31b4236f091a0d63fe4db8240d12466d19947be2.zip | |
rename dll to wastorage to keep consistency
| -rw-r--r-- | ports/azure-storage-cpp/cmake.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/azure-storage-cpp/cmake.patch b/ports/azure-storage-cpp/cmake.patch index 7c70782b9..0275991ae 100644 --- a/ports/azure-storage-cpp/cmake.patch +++ b/ports/azure-storage-cpp/cmake.patch @@ -1,5 +1,5 @@ diff --git a/Microsoft.WindowsAzure.Storage/CMakeLists.txt b/Microsoft.WindowsAzure.Storage/CMakeLists.txt -index f037c7f..a0b5982 100644 +index f037c7f..478bf48 100644 --- a/Microsoft.WindowsAzure.Storage/CMakeLists.txt +++ b/Microsoft.WindowsAzure.Storage/CMakeLists.txt @@ -1,6 +1,10 @@ @@ -100,7 +100,7 @@ index f037c7f..a0b5982 100644 + set(AZURESTORAGE_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/includes) + set(AZURESTORAGE_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/includes ${CASABLANCA_INCLUDE_DIRS}) -+ set(AZURESTORAGE_LIBRARY azure-storage-cpp) ++ set(AZURESTORAGE_LIBRARY wastorage) + set(AZURESTORAGE_LIBRARIES ${AZURESTORAGE_LIBRARY} ${CASABLANCA_LIBRARIES}) +else() + # Reconfigure final output directory |
