https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234692
--- Comment #8 from Tobias C. Berner <[email protected]> --- (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.
