mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 18:25:41 +03:00
14 lines
402 B
Diff
Executable file
14 lines
402 B
Diff
Executable file
Author: Holger Jaekel <holger.jaekel@gmx.de>
|
|
Summary: define SOVERSION
|
|
----
|
|
|
|
--- a/src/odbc/CMakeLists.txt
|
|
+++ b/src/odbc/CMakeLists.txt
|
|
@@ -74,6 +74,7 @@
|
|
)
|
|
|
|
SET_PROPERTY(TARGET odbccpp PROPERTY public_headers ${public_headers})
|
|
+set_target_properties(odbccpp PROPERTIES VERSION "${ODBCCPP_VERSION}" SOVERSION "${ODBCCPP_VERSION}")
|
|
|
|
# Installation
|
|
INSTALL(TARGETS odbccpp_static DESTINATION lib)
|