build: fix find_package() deps: + reactor+printjson
This commit is contained in:
parent
e3e50aca2c
commit
5668e1b188
1 changed files with 2 additions and 2 deletions
|
|
@ -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@")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue