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@")