mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-19 01:50:07 +08:00
13 lines
544 B
Diff
13 lines
544 B
Diff
|
diff --git a/sdk/storage/azure-storage-common/CMakeLists.txt b/sdk/storage/azure-storage-common/CMakeLists.txt
|
||
|
index 30f056dca..76afb17a3 100644
|
||
|
--- a/sdk/storage/azure-storage-common/CMakeLists.txt
|
||
|
+++ b/sdk/storage/azure-storage-common/CMakeLists.txt
|
||
|
@@ -107,6 +107,7 @@ else()
|
||
|
endif()
|
||
|
|
||
|
get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
|
||
|
+set_target_properties(azure-storage-common PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
|
||
|
generate_documentation(azure-storage-common ${AZ_LIBRARY_VERSION})
|
||
|
|
||
|
az_vcpkg_export(
|