build: handle cmake target called xo_pyutil instead of pyutil

This commit is contained in:
Roland Conybeare 2023-10-22 14:56:52 -04:00
commit e548a3e8ed

View file

@ -52,7 +52,7 @@ xo_toplevel_compile_options()
set(SELF_SHORTNAME pyutil)
set(SELF_LIB xo_${SELF_SHORTNAME})
xo_add_headeronly_library(${SELF_LIB})
xo_add_headeronly_library5(${SELF_LIB} ${SELF_SHORTNAME})
#xo_include_headeronly_options2(${SELF_LIB})
# ----------------------------------------------------------------