summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2021-03-15 08:22:33 +0100
committerAndreas Schneider <asn@samba.org>2021-03-15 08:22:33 +0100
commit2a1fa0f36e4cc2bc9df07852967f8057cfec315a (patch)
treebaf881ac1e3f9af6d11acdde8ee1c3493ee31f77 /src
parentbb5dcee4c28b0c64cfe19ed7f218b9970693dc2d (diff)
downloadsocket_wrapper-2a1fa0f36e4cc2bc9df07852967f8057cfec315a.tar.gz
socket_wrapper-2a1fa0f36e4cc2bc9df07852967f8057cfec315a.tar.xz
socket_wrapper-2a1fa0f36e4cc2bc9df07852967f8057cfec315a.zip
cmake: Define a library version for the noop lib
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 3ea4a45..a1dbfaf 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -44,8 +44,8 @@ target_link_libraries(socket_wrapper_noop
PRIVATE ${SWRAP_REQUIRED_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
set_target_properties(socket_wrapper_noop
PROPERTIES
- VERSION ${LIBRARY_VERSION}
- SOVERSION ${LIBRARY_SOVERSION})
+ VERSION ${NOOP_LIBRARY_VERSION}
+ SOVERSION ${NOOP_LIBRARY_SOVERSION})
if (DEFINED DEFAULT_LINK_FLAGS)
set_target_properties(socket_wrapper_noop
PROPERTIES