build: cosmetic: remove dead comments

This commit is contained in:
Roland Conybeare 2023-09-27 16:38:01 -04:00
commit 33f96604ee
2 changed files with 0 additions and 72 deletions

View file

@ -22,32 +22,8 @@ xo_install_library2(${SELF_LIBRARY_NAME})
# ----------------------------------------------------------------
# dependencies: logutil, ...
#target_include_directories(
# ${SELF_LIBRARY_NAME} PUBLIC
# $<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/local/include>
# $<INSTALL_INTERFACE:include>
#)
#xo_refcnt_dependency(${SELF_LIBRARY_NAME})
#xo_indentlog_dependency(${SELF_LIBRARY_NAME})
#add_dependencies(${SELF_LIBRARY_NAME} indentlog)
# note: can't use find_package() here,
# because find_package() needs to run successfully before
# dependency gets installed.
xo_internal_dependency(${SELF_LIBRARY_NAME} indentlog)
#target_link_libraries(${SELF_LIBRARY_NAME} PUBLIC indentlog)
xo_internal_dependency(${SELF_LIBRARY_NAME} refcnt)
#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)
# ----------------------------------------------------------------
# 3rd party dependency: boost: