build: fix find_package() deps: + reactor+printjson

This commit is contained in:
Roland Conybeare 2023-10-24 16:25:33 -04:00
commit 5668e1b188

View file

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