You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current CMakeLists.txt.patch file uses check_library_exists and check_include_file. I've never seen these functions used elsewhere. I used them since the original lighttpd source uses them in its CMakeLists.txt. Perhaps I should migrate the finding of libjwt to find_package.