github: more experiments w/ --debug-find

This commit is contained in:
Roland Conybeare 2023-09-26 15:45:03 -04:00
commit 75cfc477b8
2 changed files with 3 additions and 12 deletions

View file

@ -25,15 +25,6 @@ xo_install_library(${SELF_LIBRARY_NAME})
#xo_refcnt_dependency(${SELF_LIBRARY_NAME})
#xo_indentlog_dependency(${SELF_LIBRARY_NAME})
find_package(refcnt CONFIG REQUIRED)
#add_dependencies(${SELF_LIBRARY_NAME} refcnt)
target_include_directories(
${SELF_LIBRARY_NAME} PUBLIC
$<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/local/include>
$<INSTALL_INTERFACE:include>
)
target_link_libraries(${SELF_LIBRARY_NAME} PUBLIC refcnt)
find_package(indentlog CONFIG REQUIRED)
#add_dependencies(${SELF_LIBRARY_NAME} indentlog)
# note: can't use find_package() here,