build: retire FACET argument to genfacetimpl
This commit is contained in:
parent
3e00b08d9f
commit
54123c0e1f
9 changed files with 0 additions and 135 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue