Author: Holger Jaekel 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)