We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652eaa6 commit d853655Copy full SHA for d853655
1 file changed
CMakeLists.txt
@@ -187,7 +187,7 @@ use_compat()
187
188
# netconf2 target
189
add_library(netconf2 SHARED ${libsrc} ${headers} $<TARGET_OBJECTS:compat>)
190
-set_target_properties(netconf2 PROPERTIES VERSION ${LIBNETCONF2_VERSION} SOVERSION ${LIBNETCONF2_SOVERSION_FULL})
+set_target_properties(netconf2 PROPERTIES VERSION ${LIBNETCONF2_SOVERSION_FULL} SOVERSION ${LIBNETCONF2_SOVERSION})
191
192
if((CMAKE_BUILD_TYPE STREQUAL Debug) OR (CMAKE_BUILD_TYPE STREQUAL Package))
193
option(ENABLE_BUILD_TESTS "Build tests" ON)
0 commit comments