I have installed a wolfSSL version 5.4.0 in my ubuntu(configured to /usr/local (default)). I am trying to find the wolfSSL package using below find_package arguments in my project's root CMakeLists file but nothing worked.
find_package(wolfssl REQUIRED) (or) find_package(WolfSSL REQUIRED)
Am I missing something here? Can anyone please suggest?