reflect: build: streamline

This commit is contained in:
Roland Conybeare 2023-09-27 16:54:48 -04:00
commit 25712169ee
2 changed files with 5 additions and 4 deletions

View file

@ -51,8 +51,8 @@ if(NOT CMAKE_INSTALL_RPATH)
endif() endif()
# early find_package() experiment # early find_package() experiment
find_package(indentlog CONFIG REQUIRED) #find_package(indentlog CONFIG REQUIRED)
find_package(refcnt CONFIG REQUIRED) #find_package(refcnt CONFIG REQUIRED)
# ---------------------------------------------------------------- # ----------------------------------------------------------------
# sources # sources

View file

@ -28,10 +28,11 @@ xo_include_options2(${SELF_EXECUTABLE_NAME})
# ---------------------------------------------------------------- # ----------------------------------------------------------------
# internal dependencies: logutil, ... # internal dependencies: logutil, ...
xo_internal_dependency(${SELF_EXECUTABLE_NAME} reflect) # this won't work. when cmake runs, the Config files for reflect haven't been created yet.
xo_self_dependency(${SELF_EXECUTABLE_NAME} reflect)
# ---------------------------------------------------------------- # ----------------------------------------------------------------
# 3rd part dependency: catch2: # 3rd party dependency: catch2:
find_package(Catch2 2 REQUIRED) find_package(Catch2 2 REQUIRED)