Warning, /pim/libkleo/KPimLibkleoConfig.cmake.in is written in an unsupported language. File is not indexed.

0001 @PACKAGE_INIT@
0002 
0003 include(CMakeFindDependencyMacro)
0004 find_dependency(Gpgmepp "@GPGME_REQUIRED_VERSION@")
0005 if ("@QT_MAJOR_VERSION@" STREQUAL "5")
0006     find_dependency(QGpgme "@GPGME_REQUIRED_VERSION@")
0007 else()
0008     find_dependency(QGpgmeQt6 "@GPGME_REQUIRED_VERSION@")
0009 endif()
0010 
0011 if (@LIBKLEO_KF5_COMPAT@)
0012     message(WARNING "\n"
0013                     "************* DEPRECATION WARNING *************\n"
0014                     "Using find_package(KF5LibKleo) and KF5::LibKleo targets is deprecated. "
0015                     "Please use find_package(KPim@KF_MAJOR_VERSION@LibKleo) and KPim@KF_MAJOR_VERSION@::LibKleo instead. This backwards "
0016                     "compatibility will be removed in the next major version.\n"
0017                     "***********************************************\n")
0018 endif()
0019 
0020 
0021 include("${CMAKE_CURRENT_LIST_DIR}/KPim@KF_MAJOR_VERSION@LibkleoTargets.cmake")
0022 @PACKAGE_INCLUDE_QCHTARGETS@