summaryrefslogtreecommitdiffstats
path: root/deps/hiredis/hiredis_ssl-config.cmake.in
blob: eeb19d1d12dad9ce0f435055f67b51470c9e5f06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@PACKAGE_INIT@

set_and_check(hiredis_ssl_INCLUDEDIR "@PACKAGE_INCLUDE_INSTALL_DIR@")

include(CMakeFindDependencyMacro)
find_dependency(OpenSSL)

IF (NOT TARGET hiredis::hiredis_ssl)
	INCLUDE(${CMAKE_CURRENT_LIST_DIR}/hiredis_ssl-targets.cmake)
ENDIF()

SET(hiredis_ssl_LIBRARIES hiredis::hiredis_ssl)
SET(hiredis_ssl_INCLUDE_DIRS ${hiredis_ssl_INCLUDEDIR})

check_required_components(hiredis_ssl)