Skip to content

Commit

Permalink
spellcheck happiness
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Nov 23, 2023
1 parent adeb5c2 commit 64cd7f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/reference/cpp-sdk-cmake.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ To do so, follow these following steps:
* make sure you have permissions or use a target path, e.g. `--prefix ../rerun_sdk_install`
* Now that you have an install you can use `find_package(rerun_sdk REQUIRED)` in your project
* Make sure that the prefix path or the rerun_sdk location is correctly configured.
* Depending on your install path and OS this may work out of the box or require setting additional CMake variables (e.g. `-DDCMAKE_PREFIX_PATH=rerun_sdk_install`)
* Depending on your install path and OS this may work out of the box or require setting additional CMake variables (e.g. `-DCMAKE_PREFIX_PATH=rerun_sdk_install`)

The exact CMake invocations may need to be adjusted for your needs.

Expand Down
2 changes: 2 additions & 0 deletions docs/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"dataframe",
"datastructures",
"datatypes",
"DCMAKE",
"deallocate",
"deallocation",
"debuginfo",
Expand Down Expand Up @@ -331,6 +332,7 @@
"ureq",
"urholaukkarinen",
"urlparse",
"usecases",
"usize",
"Vecerik",
"venv",
Expand Down

0 comments on commit 64cd7f3

Please sign in to comment.