KWallet support not optional
There's code around making KWallet support optional (WITH_KWALLET, and related code in the CMakeLists.txt), but the Wallet
component is listed as REQUIRED
in the find_packages
command, making CMake error out if it doesn't exist.
What is the current status on it being optional? Can it just be moved into a non-REQUIRED
find_packages
command?