You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
353 B
12 lines
353 B
@PACKAGE_INIT@ |
|
|
|
include(CMakeFindDependencyMacro) |
|
|
|
string(REPLACE "," ";" REDIS_PLUS_PLUS_DEPENDS_LIST @REDIS_PLUS_PLUS_DEPENDS@) |
|
foreach(REDIS_PLUS_PLUS_DEP ${REDIS_PLUS_PLUS_DEPENDS_LIST}) |
|
find_dependency(${REDIS_PLUS_PLUS_DEP} REQUIRED) |
|
endforeach() |
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/redis++-targets.cmake") |
|
|
|
check_required_components(redis++)
|
|
|