From 5668e1b18831ccd25bd61877fb04b5eef7e90363 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Tue, 24 Oct 2023 16:25:33 -0400 Subject: [PATCH] build: fix find_package() deps: + reactor+printjson --- cmake/processConfig.cmake.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/processConfig.cmake.in b/cmake/processConfig.cmake.in index fa80b6be..dc6207c5 100644 --- a/cmake/processConfig.cmake.in +++ b/cmake/processConfig.cmake.in @@ -6,8 +6,8 @@ include(CMakeFindDependencyMacro) # must coordinate with xo_dependency() calls # in xo-process/src/process/CMakeLists.txt # -find_dependency(reflect) -#find_dependency(callback) +find_dependency(reactor) +find_dependency(printjson) include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake") check_required_components("@PROJECT_NAME@")