cosmetic: warning comment

This commit is contained in:
Roland Conybeare 2023-10-22 17:05:37 -04:00
commit 24a145b489

View file

@ -2,4 +2,8 @@ set(SELF_LIB refcnt)
set(SELF_SRCS Refcounted.cpp Displayable.cpp)
xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 ${SELF_SRCS})
# NOTE:
# dependency set here must be kept consistent with refcnt/cmake/refcntConfig.cmake.in
#
xo_dependency(${SELF_LIB} indentlog)