mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-06 02:17:55 +08:00
e6943cc30e
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
13 lines
493 B
Diff
13 lines
493 B
Diff
diff --git a/sdk/core/azure-core/CMakeLists.txt b/sdk/core/azure-core/CMakeLists.txt
|
|
index 87c5cfd9b..c7d29c3f2 100644
|
|
--- a/sdk/core/azure-core/CMakeLists.txt
|
|
+++ b/sdk/core/azure-core/CMakeLists.txt
|
|
@@ -192,6 +192,7 @@ if(BUILD_TRANSPORT_WINHTTP)
|
|
endif()
|
|
|
|
get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
|
|
+set_target_properties(azure-core PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
|
|
generate_documentation(azure-core ${AZ_LIBRARY_VERSION})
|
|
|
|
az_vcpkg_export(
|