Skip to content

Commit

Permalink
Add explicit source path in cmake invocation
Browse files Browse the repository at this point in the history
Otherwise CMake aborts with an error.
  • Loading branch information
torarnv committed Apr 8, 2021
1 parent bf47499 commit 54da0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/includes/getting-started-install/native.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ For example, `CMake` can be used like this (on macOS):

```shell
# configure the cmake build into the `build` directory, with crashpad (on macOS)
cmake -B build -D SENTRY_BACKEND=crashpad --config RelWithDebInfo
cmake -B build -D SENTRY_BACKEND=crashpad --config RelWithDebInfo -S .
# build the project
cmake --build build --config RelWithDebInfo --parallel
# install the resulting artifacts into a specific prefix
Expand Down

0 comments on commit 54da0b2

Please sign in to comment.