From 7fa0d491b7f5cd15f8047d9c82fb1a8158ad385c Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 11 Mar 2026 09:49:19 -0500 Subject: [PATCH] xo-expression2: drop redundant OUTPUT_IMPL_SUBDIR args --- cmake/xo_macros/xo_cxx.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/xo_macros/xo_cxx.cmake b/cmake/xo_macros/xo_cxx.cmake index ceedc3e2..4872043c 100644 --- a/cmake/xo_macros/xo_cxx.cmake +++ b/cmake/xo_macros/xo_cxx.cmake @@ -1739,7 +1739,6 @@ function(xo_add_genfacetimpl) FACET_DIR # facet directory (instead of FACET_PKG) FACET # facet name INPUT # Input .json5 file - OUTPUT_HPP_DIR # Directory for .hpp files OUTPUT_IMPL_SUBDIR # Subdirectory name for impl headers ) set(multiValueArgs "")