From 362a5a1d3e8be03b6bf7aa42cd9e5ec037d33a15 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 23 Nov 2022 11:39:20 -0500 Subject: [PATCH] docs: minor readme update Signed-off-by: Henry Schreiner --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d3771c9..958066c1 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ Features over classic Scikit-build: - No dependency on setuptools, distutils, or wheel in build mode. - Powerful config system, including config options support in build mode. - Automatic inclusion of site-packages in `CMAKE_PREFIX_PATH` -- FindPython is backported if running on CMake 3.24 (included via hatchling in a - submodule) +- FindPython is backported if running on CMake < 3.24 (included via hatchling in + a submodule, configurable) - Limited API / Stable ABI and pythonless tags supported via config option - No slow generator search, ninja/make or MSVC used by default, respects `CMAKE_GENERATOR`