8
0
forked from pool/aws-crt-cpp
Files
aws-crt-cpp/acc_add-so-version.patch
John Paul Adrian Glaubitz 99836dc760 - Update to version 0.32.8
* Replace std::make_shared with Crt::MakeShared by @sfod in (#740)
  * Fix warnings for latest LLVM compiler update by @xiazhvera in (#743)
- from version 0.32.7
  * Update submodules by @sfod in (#739)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-crt-cpp?expand=0&rev=92
2025-06-06 11:14:27 +00:00

14 lines
570 B
Diff

diff -Nru aws-crt-cpp-0.31.0.orig/CMakeLists.txt aws-crt-cpp-0.31.0/CMakeLists.txt
--- aws-crt-cpp-0.31.0.orig/CMakeLists.txt 2025-02-25 21:44:05.000000000 +0000
+++ aws-crt-cpp-0.31.0/CMakeLists.txt 2025-02-27 12:14:32.348326331 +0000
@@ -311,6 +311,9 @@
endif()
endif()
+set_target_properties(${PROJECT_NAME} PROPERTIES VERSION 1.0.0)
+set_target_properties(${PROJECT_NAME} PROPERTIES SOVERSION 1)
+
target_include_directories(${PROJECT_NAME} PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<BUILD_INTERFACE:${GENERATED_INCLUDE_DIR}>