File: Config.cmake.in

package info (click to toggle)
cpp-jwt 1.5%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 508 kB
  • sloc: cpp: 3,374; ansic: 33; sh: 31; makefile: 12
file content (12 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)

if(NOT @CPP_JWT_USE_VENDORED_NLOHMANN_JSON@)
  find_dependency(nlohmann_json)
endif()

find_dependency(OpenSSL COMPONENTS SSL)

include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
check_required_components("@PROJECT_NAME@")