Port away from ECMSetupVersion's deprecated *_VERSION_STRING CMake variable
GIT_SILENT
This commit is contained in:
parent
674e1433af
commit
6dd131d815
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue