nix-build, cmake build: levelling

This commit is contained in:
Roland Conybeare 2026-05-25 23:57:31 -04:00
commit e6034adc3b
6 changed files with 15 additions and 19 deletions

View file

@ -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)