Port away from ECMSetupVersion's deprecated *_VERSION_STRING CMake variable

GIT_SILENT
This commit is contained in:
Friedrich W. H. Kossebau 2021-05-04 22:13:59 +02:00
parent 674e1433af
commit 6dd131d815

View file

@ -302,7 +302,7 @@ target_compile_definitions(KWaylandServer PRIVATE
EGL_NO_PLATFORM_SPECIFIC_TYPES
)
set_target_properties(KWaylandServer PROPERTIES VERSION ${KWAYLANDSERVER_VERSION_STRING}
set_target_properties(KWaylandServer PROPERTIES VERSION ${KWAYLANDSERVER_VERSION}
SOVERSION ${KWAYLANDSERVER_SOVERSION}
)