diff options
| author | Linus Jahn <lnj@kaidan.im> | 2020-05-18 23:01:24 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2020-05-18 23:03:27 +0200 |
| commit | 79e40463501e2d4ab76871ee43b29c685287a53f (patch) | |
| tree | 14fc2fc1597d596297abb55854ee778b9f854515 /src/CMakeLists.txt | |
| parent | 2ba4d793321c7197b3b4d1ce2f67021a5a087e3f (diff) | |
| download | qxmpp-79e40463501e2d4ab76871ee43b29c685287a53f.tar.gz | |
CMake: Use cmake project version variables
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6abfdba5..64c7d772 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -214,7 +214,7 @@ else() endif() set_target_properties(qxmpp PROPERTIES - VERSION ${VERSION_STRING} + VERSION ${PROJECT_VERSION} SOVERSION ${SO_VERSION} EXPORT_NAME QXmpp ) |
