Skip to content

Commit ec06b21

Browse files
committed
readme
Signed-off-by: Tony Xiang <19280867+TonyXiang8787@users.noreply.github.com>
1 parent 96ce161 commit ec06b21

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,8 @@ requires = [
2222
]
2323
```
2424

25-
You can get the header path in Python script as follows:
25+
In the build process, the entry point `cmake.root` will be installed into the build environment. The build backend, e.g., [`scikit-build-core`](https://github.com/scikit-build/scikit-build-core), can retrieve the `cmake` search paths and use them when invoking `cmake`.
2626

27-
```python
28-
import pgm_build_dependencies
29-
30-
header_path = pgm_build_dependencies.get_include()
31-
```
32-
33-
You can also get the path to the header-only libraries in command line:
34-
35-
```bash
36-
pgm-build-dependencies
37-
```
3827

3928
## License
4029

0 commit comments

Comments
 (0)