build: retire FACET argument to genfacetimpl

This commit is contained in:
Roland Conybeare 2026-03-11 10:03:46 -05:00
commit 54123c0e1f
9 changed files with 0 additions and 135 deletions

View file

@ -1736,7 +1736,6 @@ function(xo_add_genfacetimpl)
set(oneValueArgs
TARGET # Name for this generation target
FACET_PKG # package providing abstract interface
FACET # facet name
INPUT # Input .json5 file
)
set(multiValueArgs "")
@ -1746,9 +1745,6 @@ function(xo_add_genfacetimpl)
if(NOT DEFINED GF_TARGET)
message(FATAL_ERROR "xo_add_genfacetimpl: TARGET is required")
endif()
if(NOT DEFINED GF_FACET)
message(FATAL_ERROR "xo_add_genfacetimpl: FACET is required")
endif()
if(NOT DEFINED GF_INPUT)
message(FATAL_ERROR "xo_add_genfacetimpl: INPUT is required")
endif()