Port away from ECMSetupVersion's deprecated *_VERSION_STRING CMake variable
GIT_SILENT
This commit is contained in:
parent
710152a7f3
commit
7d46bd63c5
|
@ -21,7 +21,7 @@ target_include_directories(LayerShellQtInterface PUBLIC "$<BUILD_INTERFACE:${CMA
|
|||
INTERFACE "$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR}/>"
|
||||
)
|
||||
|
||||
set_target_properties(LayerShellQtInterface PROPERTIES VERSION ${LAYERSHELLQT_VERSION_STRING}
|
||||
set_target_properties(LayerShellQtInterface PROPERTIES VERSION ${LAYERSHELLQT_VERSION}
|
||||
SOVERSION ${LAYERSHELLQT_SOVERSION}
|
||||
EXPORT_NAME Interface
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue