CMake: Don't overwrite/duplicate information from FindIsoCodes

Already provided by the FindIsoCodes module from extra-cmake-modules.
Fixes a cmake warning.
wilder-5.26
Heiko Becker 4 years ago committed by Heiko Becker
parent 8f3d37ad35
commit a2ed003837
  1. 3
      applets/digital-clock/plugin/CMakeLists.txt

@ -1,8 +1,7 @@
add_definitions(-DTRANSLATION_DOMAIN=\"plasma_applet_org.kde.plasma.digitalclock\")
find_package(IsoCodes)
set_package_properties(IsoCodes PROPERTIES DESCRIPTION "ISO language, territory, currency, script codes and their translations"
URL "https://salsa.debian.org/iso-codes-team/iso-codes"
set_package_properties(IsoCodes PROPERTIES
PURPOSE "Translation of country names in digital clock applet"
TYPE RUNTIME
)

Loading…
Cancel
Save