mirror of
1
0
Fork 0

Merge branch 'patch-1' into 'master'

Fix a term in intro/running.md

See merge request CLIUtils/modern-cmake!4
This commit is contained in:
Henry Schreiner 2018-10-16 15:37:15 +00:00
commit cbb651fa9f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ You can replace the make line with `cmake --build .` if you'd like, and it will
## 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 %}
~/package/build $ CC=clang CXX=clang++ cmake ..