Skip to content
  • Andreas Sturmlechner's avatar
    KDSoapWSDiscoveryClientConfig.cmake.in: Add KDSoap to dependencies · b375318f
    Andreas Sturmlechner authored and Stefan Brüns's avatar Stefan Brüns committed
    Otherwise, revdeps (like kio-extras samba support) fail at cmake step:
    
    CMake Error at smb/CMakeLists.txt:72 (add_library):
      Target "kio_smb" links to target "KDSoap::kdsoap" but the target was not
      found.  Perhaps a find_package() call is missing for an IMPORTED target, or
      an ALIAS target is missing?
    
    CMake Error at smb/CMakeLists.txt:57 (add_library):
      Target "kio_smb_static" links to target "KDSoap::kdsoap" but the target was
      not found.  Perhaps a find_package() call is missing for an IMPORTED
      target, or an ALIAS target is missing?
    b375318f