Bug 419066 - cmake fails when external kdsoap-ws-discovery-client is used
Summary: cmake fails when external kdsoap-ws-discovery-client is used
Status: RESOLVED UPSTREAM
Alias: None
Product: kio-extras
Classification: Frameworks and Libraries
Component: Samba (other bugs)
Version First Reported In: 20.03.70
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-21 00:17 UTC by Antonio Rojas
Modified: 2020-03-22 19:18 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Rojas 2020-03-21 00:17:43 UTC
SUMMARY
When external kdsoap-ws-discovery-client is used, find_package(KDSoap) is not called and the KDSoap::kdsoap target is not defined, so cmake fails

CMake Error at smb/CMakeLists.txt:75 (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?