Skip to content

Commit 5f78d8f

Browse files
authored
fix: move the file-api parsing to a debug message (#1184)
We have known issues where the file-api can fail Fixes #1130
1 parent 9cd03d4 commit 5f78d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scikit_build_core/cmake.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def configure(
265265
if self._file_api_query.exists():
266266
self.file_api = load_reply_dir(self._file_api_query)
267267
except ExceptionGroup as exc:
268-
logger.warning("Could not parse CMake file-api")
268+
logger.debug("Could not parse CMake file-api")
269269
logger.debug(str(exc))
270270

271271
def _compute_build_args(

0 commit comments

Comments
 (0)