Skip to content

Commit

Permalink
Fix errors in Build Guide for MacOS (AcademySoftwareFoundation#17)
Browse files Browse the repository at this point in the history
Signed-off-by: finnschi <[email protected]>
  • Loading branch information
finnschi authored Jan 23, 2023
1 parent f8885a2 commit a2d76d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build_system/config_macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ From the root of the repository, execute `cmake` specifying the path to an arbit
For example:

```bash
cmake -B cmake-build -DCMAKE_BUILD_TYPE=Release -DRV_DEPS_QT5_LOCATION=$HOME/Qt5.15.11/5.15.11/clang_64
cmake -B cmake-build -DCMAKE_BUILD_TYPE=Release -DRV_DEPS_QT5_LOCATION=$HOME/Qt/5.15.2/clang_64
```

### Custom generator
Expand Down

0 comments on commit a2d76d5

Please sign in to comment.