CMake: Drop duplicate find_package call for KF5ItemModels

It's already required further up:
find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
    ... ItemModels ...)

GIT_SILENT
wilder-5.26
Heiko Becker 4 years ago committed by Heiko Becker
parent 3166b5de4d
commit 485872dd6f
  1. 1
      CMakeLists.txt

@ -188,7 +188,6 @@ endif()
# Region & Language KCM # Region & Language KCM
find_package(KF5ItemModels)
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
# notes for packager: # notes for packager:
# This is the macro definition part of Region & Language KCM # This is the macro definition part of Region & Language KCM

Loading…
Cancel
Save