diff options
| author | Méven Car <[email protected]> | 2023-05-09 09:24:19 +0200 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2023-05-09 09:24:19 +0200 |
| commit | 0a581f97beea4bed26ca7c716ce52a167cd3658f (patch) | |
| tree | 51890db48cbc798bbf083610ec688a7adae3e754 /CMakeLists.txt | |
| parent | 863ee3a87cee8b1f22a311d6a6a62e56714b5eae (diff) | |
Ensure good export of dolphinvcs headers
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f43832ad6..6b712e70c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -119,7 +119,7 @@ set_package_properties(KF6Baloo PROPERTIES DESCRIPTION "Baloo Core libraries" PURPOSE "For adding desktop-wide search and tagging support to dolphin" ) -find_package(KF6BalooWidgets 23.07.70) +find_package(KF6BalooWidgets ${RELEASE_SERVICE_VERSION}) set_package_properties(KF6BalooWidgets PROPERTIES DESCRIPTION "Baloos Widgets" URL "https://www.kde.org" TYPE OPTIONAL |
