Skip to content

Commit

Permalink
Fix README test command
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgalopes committed Sep 2, 2021
1 parent 278b940 commit 1e0643f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ make
```
- Alternatively, `cmake -B ./build -DENABLE_TESTS=ON`
```
cmake -B ./build -DENABLE_TESTS=ON
cmake --build ./build --config Release
cmake -B ./build -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTS=ON
cmake --build ./build
```

## Run Instructions
Expand Down

0 comments on commit 1e0643f

Please sign in to comment.