Port away from ECMSetupVersion's deprecated *_VERSION_STRING CMake variable

NO_CHANGELOG
This commit is contained in:
Friedrich W. H. Kossebau 2021-05-02 20:32:27 +02:00
parent 052df913e4
commit fb9f3703a7
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ target_include_directories(KF5Plasma INTERFACE
)
set_target_properties(KF5Plasma PROPERTIES
VERSION ${PLASMA_VERSION_STRING}
VERSION ${PLASMA_VERSION}
SOVERSION ${PLASMA_SOVERSION}
EXPORT_NAME Plasma
)

View File

@ -77,7 +77,7 @@ if(HAVE_X11)
endif()
set_target_properties(KF5PlasmaQuick PROPERTIES
VERSION ${PLASMA_VERSION_STRING}
VERSION ${PLASMA_VERSION}
SOVERSION ${PLASMA_SOVERSION}
EXPORT_NAME PlasmaQuick
)