fiX: add missing dependencies

This commit is contained in:
Carlos Gomes Martinho 2020-05-08 04:16:56 +02:00
parent fd403e3df6
commit d40fc510e9

View file

@ -1,4 +1,10 @@
@PACKAGE_INIT@
if(NOT @CPP_JWT_USE_VENDORED_NLOHMANN_JSON@)
find_package(nlohmann_json REQUIRED)
endif()
find_package(OpenSSL REQUIRED)
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
check_required_components("@PROJECT_NAME@")