From 33c5f7b6e19b5b5a87895a91791cad0cc0a025c2 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 11 Mar 2026 09:16:41 -0500 Subject: [PATCH] xo-cmake: retire OUTPUT_CPP_DIR in genfacetimpl macro --- xo-cmake/cmake/xo_macros/xo_cxx.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/xo-cmake/cmake/xo_macros/xo_cxx.cmake b/xo-cmake/cmake/xo_macros/xo_cxx.cmake index 4506ceaa..ceedc3e2 100644 --- a/xo-cmake/cmake/xo_macros/xo_cxx.cmake +++ b/xo-cmake/cmake/xo_macros/xo_cxx.cmake @@ -1741,7 +1741,6 @@ function(xo_add_genfacetimpl) INPUT # Input .json5 file OUTPUT_HPP_DIR # Directory for .hpp files OUTPUT_IMPL_SUBDIR # Subdirectory name for impl headers - OUTPUT_CPP_DIR # Directory for .cpp files ) set(multiValueArgs "")