Skip to content

Commit 69a7e8e

Browse files
committed
Explicitly link to cmake build in cmake install.
1 parent 8e49388 commit 69a7e8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ task ystdlib:build-release ystdlib_LIBRARIES="containers;io_interface"
8282
> explicitly specify them. In the example, specifying `io_interface` automatically adds
8383
> `wrapped_facade_headers` to the build.
8484
85-
### Using CMake
85+
### <a id="building-using-cmake" />Using CMake
8686

8787
To build all libraries, run:
8888

@@ -126,7 +126,7 @@ task ystdlib:install-release \
126126

127127
### Using CMake
128128

129-
After [building](#building), to install all built libraries run:
129+
After [building](#building-using-cmake), to install all built libraries run:
130130

131131
```shell
132132
cmake --install "./build" --prefix "$HOME/.local"

0 commit comments

Comments
 (0)