We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd03d4 commit 5f78d8fCopy full SHA for 5f78d8f
src/scikit_build_core/cmake.py
@@ -265,7 +265,7 @@ def configure(
265
if self._file_api_query.exists():
266
self.file_api = load_reply_dir(self._file_api_query)
267
except ExceptionGroup as exc:
268
- logger.warning("Could not parse CMake file-api")
+ logger.debug("Could not parse CMake file-api")
269
logger.debug(str(exc))
270
271
def _compute_build_args(
0 commit comments