Skip to content

Commit

Permalink
fix typo in README.md (#1575)
Browse files Browse the repository at this point in the history
* fix typo in README.md

change make -> cmake

Signed-off-by: Barnaby Robson <[email protected]>

* removes mkdir.

Suggested by Milos in review. I tested it and it works.

Signed-off-by: Barnaby Robson <[email protected]>

---------

Signed-off-by: Barnaby Robson <[email protected]>
  • Loading branch information
barnabyrobson authored Oct 10, 2023
1 parent 159e571 commit a3b46d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,8 @@ The `CMakeLists.txt` to build:

To build:

$ mkdir _build
$ cmake -S . -B _build
$ make --build _build
$ cmake --build _build

For more details, see [The OpenEXR
API](https://openexr.readthedocs.io/en/latest/API.html#the-openexr-api).
Expand Down

0 comments on commit a3b46d5

Please sign in to comment.