Skip to content

Commit

Permalink
Replace repo_root with onetbb_repo_directory, rephrase cmake configur…
Browse files Browse the repository at this point in the history
…ation description
  • Loading branch information
ChihweiLHBird committed Jul 18, 2024
1 parent eac23cd commit 39597d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
From the build directory, run:

```bash
cmake [options] <repo_root>
cmake [options] <onetbb_repo_directory>
```

You may want to use some additional options for configuration:
Expand Down
4 changes: 2 additions & 2 deletions cmake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ cd /tmp/my-build

### Configure

In the build directory, specify the oneTBB source directory to generate a build system for it.
From the build directory, to generate a build system for it, run:

```bash
cmake [options] <repo_root>
cmake [options] <onetbb_repo_directory>
```

Some useful options:
Expand Down

0 comments on commit 39597d9

Please sign in to comment.