From 6dd131d81542c92719ad076230a988bce5e1c630 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Tue, 4 May 2021 22:13:59 +0200 Subject: [PATCH] Port away from ECMSetupVersion's deprecated *_VERSION_STRING CMake variable GIT_SILENT --- src/wayland/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland/CMakeLists.txt b/src/wayland/CMakeLists.txt index 6fd969ff20..2d81b2a34d 100644 --- a/src/wayland/CMakeLists.txt +++ b/src/wayland/CMakeLists.txt @@ -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} )