arun11299 / cpp-jwt

JSON Web Token library for C++
MIT License
387 stars 112 forks source link

cmake: fix dependencies #98

Closed abouvier closed 1 year ago

abouvier commented 1 year ago

find_package should be replaced by find_dependency in CMake config files. Currently find_package(cpp-jwt QUIET) will produce a fatal error if OpenSSL is not found instead of failing silently (cpp-jwt is not a required dependency here).