Skip to content

Commit

Permalink
fix typo in README.md (AcademySoftwareFoundation#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 and cary-ilm committed Feb 12, 2024
1 parent 91092ce commit 0b6459b
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 @@ -97,9 +97,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 0b6459b

Please sign in to comment.