Closed abouvier closed 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).
find_package
find_package(cpp-jwt QUIET)
cpp-jwt
find_package
should be replaced by find_dependency in CMake config files. Currentlyfind_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).