The following build failure is raised without threads since version 1.17.1 and https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=commit;h=f3177d3ee0a1d30e15f33ff226b5e4c96b7610db
run-wkdlookup.cpp: In function 'int main(int, char**)': run-wkdlookup.cpp:130:18: error: 'std::this_thread' has not been declared 130 | std::this_thread::sleep_for(std::chrono::milliseconds{250 * cnt}); | ^~~~~~~~~~~
Please find a patch attached that allow the user to disable cpp tests.