From 7d46bd63c5404f2096471949e8a4d6d26dd4eee1 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Tue, 4 May 2021 23:35:44 +0200 Subject: [PATCH] Port away from ECMSetupVersion's deprecated *_VERSION_STRING CMake variable GIT_SILENT --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b53c938..d1a761d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -21,7 +21,7 @@ target_include_directories(LayerShellQtInterface PUBLIC "$" ) -set_target_properties(LayerShellQtInterface PROPERTIES VERSION ${LAYERSHELLQT_VERSION_STRING} +set_target_properties(LayerShellQtInterface PROPERTIES VERSION ${LAYERSHELLQT_VERSION} SOVERSION ${LAYERSHELLQT_SOVERSION} EXPORT_NAME Interface )