build: xo_dependency_headeronly() -> xo_headeronly_dependency()

This commit is contained in:
Roland Conybeare 2023-10-08 14:05:42 -04:00
commit 5da396c8c3

View file

@ -48,4 +48,6 @@ xo_export_cmake_config(${PROJECT_NAME} ${PROJECT_VERSION} ${PROJECT_NAME}Targets
# ----------------------------------------------------------------
# input dependencies
xo_dependency_headeronly(${SELF_LIB} randomgen)
# xo-ordinaltree is also header-only
#
xo_headeronly_dependency(${SELF_LIB} randomgen)