Fix a term in intro/running.md
"per say" → "per se".
This commit is contained in:
parent
582429d07a
commit
a684934799
@ -18,7 +18,7 @@ You can replace the make line with `cmake --build .` if you'd like, and it will
|
|||||||
|
|
||||||
## Picking a compiler
|
## Picking a compiler
|
||||||
|
|
||||||
Selecting a compiler must be done on the first run in an empty directory. It's not CMake syntax per-say, but you might not be familiar with it. To pick Clang:
|
Selecting a compiler must be done on the first run in an empty directory. It's not CMake syntax per se, but you might not be familiar with it. To pick Clang:
|
||||||
|
|
||||||
{% term %}
|
{% term %}
|
||||||
~/package/build $ CC=clang CXX=clang++ cmake ..
|
~/package/build $ CC=clang CXX=clang++ cmake ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user