build: cmake target must match cmake config templates

This commit is contained in:
Roland Conybeare 2023-10-22 15:13:26 -04:00
commit 7add629792

View file

@ -36,7 +36,7 @@ add_subdirectory(utest)
# ----------------------------------------------------------------
# header-only library
set(SELF_LIB ordinaltree)
set(SELF_LIB xo_ordinaltree)
xo_add_headeronly_library(${SELF_LIB})
# ----------------------------------------------------------------