mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-14 08:48:31 +00:00
fiX: add missing dependencies
This commit is contained in:
parent
fd403e3df6
commit
d40fc510e9
1 changed files with 6 additions and 0 deletions
|
@ -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@")
|
Loading…
Add table
Add a link
Reference in a new issue