[Bug 234692] www/falkon: Make KDE5 integration optional

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 7 19:04:10 GMT 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234692

--- Comment #8 from Tobias C. Berner <tcberner at freebsd.org> ---
(In reply to Ken Moore from comment #7)
find_package(KF5Wallet ${KF5_MIN_VERSION} CONFIG) <-- 
Find calls to Foo can be ignored with CMAKE_DISABLE_FIND_PACKAGE_Foo [1]

And thereby
 18 if (KF5Wallet_FOUND)
 19     add_subdirectory(KWalletPasswords)
 20 endif()
should be skipped, as it is not _FOUND :-)


[1]
https://cmake.org/cmake/help/v3.13/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html#variable:CMAKE_DISABLE_FIND_PACKAGE_%3CPackageName%3E

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list