From 48a4efdb78e63d574508cd047f605c3d4e260103 Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Fri, 21 Nov 2025 16:00:52 +0100 Subject: [PATCH] Move the file-api parsing to a debug message We have known issues where the file-api can fail --- src/scikit_build_core/cmake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scikit_build_core/cmake.py b/src/scikit_build_core/cmake.py index c613075f..563abb2b 100644 --- a/src/scikit_build_core/cmake.py +++ b/src/scikit_build_core/cmake.py @@ -265,7 +265,7 @@ def configure( if self._file_api_query.exists(): self.file_api = load_reply_dir(self._file_api_query) except ExceptionGroup as exc: - logger.warning("Could not parse CMake file-api") + logger.debug("Could not parse CMake file-api") logger.debug(str(exc)) def _compute_build_args(