Revert "Merge upstream"

This reverts commit 1d43adcdfa.
This commit is contained in:
Mark Russell
2021-09-16 16:12:20 -04:00
parent 1d43adcdfa
commit cdf99b08f4
33 changed files with 232 additions and 300 deletions

View File

@@ -98,7 +98,7 @@ The script makes use of the following tools:
After setup you can use cmake as usual:
1. Generate the actual build files (out-of-source builds are strongly recommended):
1. Generate the actual build files (out-of-source builds are strongly recomended):
```commandline
cmake -H. -B"cmake-build" -G "Unix Makefiles"