update controller image and some dependencies

This commit is contained in:
Grant Limberg
2022-06-22 15:03:19 -07:00
parent c1384422c3
commit 183a9d7088
667 changed files with 173907 additions and 17 deletions

View File

@@ -0,0 +1,12 @@
@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++)