Skip to content

Commit 3949f90

Browse files
committed
docs: update readme for 0.2.0
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 33b5d72 commit 3949f90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,12 @@ The following limitations are present compared to classic scikit-build:
4141

4242
Some known missing features that will be developed soon:
4343

44-
- No support for caching between builds
44+
- Support for caching between builds is currently opt-in with `build-dir`
4545
- No editable mode support
4646
- The docs are not written
4747
- Dedicated entrypoints are planned for projects wanting to support discovery
4848
- No support for other targets besides install
4949
- Wheels are not fully reproducible yet
50-
- Windows ARM support missing
5150

5251
Other backends are also planned:
5352

@@ -179,7 +178,8 @@ strict-config = true
179178
# scikit-build-core version.
180179
minimum-version = "0.1" # current version
181180

182-
# Build directory (empty will use a temporary directory)
181+
# Build directory (empty will use a temporary directory). {cache_tag} is
182+
# available to provide a unique directory per interpreter.
183183
build-dir = ""
184184

185185
[tool.scikit-build.cmake.define]

0 commit comments

Comments
 (0)