From bef54b1af9383c1bda6b1a34baa31eac02487182 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Mon, 25 May 2026 23:57:31 -0400 Subject: [PATCH] nix-build, cmake build: levelling --- cmake/xo_macros/xo_cxx.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/xo_macros/xo_cxx.cmake b/cmake/xo_macros/xo_cxx.cmake index 6d10beb7..75ac9a74 100644 --- a/cmake/xo_macros/xo_cxx.cmake +++ b/cmake/xo_macros/xo_cxx.cmake @@ -1855,7 +1855,7 @@ function(xo_add_genfacetimpl) # dependency (e.g. in a standalone nix build). # if(NOT TARGET share_${GF_FACET_PKG}) - message(FATAL_ERROR "xo_add_genfacetimpl: share_${GF_FACET_PKG} not available; skipping ${GF_TARGET}") + message(STATUS "xo_add_genfacetimpl: share_${GF_FACET_PKG} not available; skipping ${GF_TARGET}") return() endif() get_target_property(_facet_dir share_${GF_FACET_PKG} path)