build: retire FACET argument to genfacetimpl

This commit is contained in:
Roland Conybeare 2026-03-11 10:03:46 -05:00
commit 6f76c9ee3b

View file

@ -33,7 +33,6 @@ xo_add_genfacet(
xo_add_genfacetimpl(
TARGET xo-numeric-facetimpl-numeric-float
FACET_PKG xo_numeric
FACET Numeric
# REPR Float
INPUT idl/INumeric_DFloat.json5
)
@ -42,7 +41,6 @@ xo_add_genfacetimpl(
xo_add_genfacetimpl(
TARGET xo-numeric-facetimpl-numeric-integer
FACET_PKG xo_numeric
FACET Numeric
# REPR Integer
INPUT idl/INumeric_DInteger.json5
)