We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e593f66 commit ee16895Copy full SHA for ee16895
README.md
@@ -10,7 +10,7 @@ Copy the include [folder](https://github.com/gabime/spdlog/tree/v1.x/include/spd
10
```console
11
$ git clone https://github.com/gabime/spdlog.git
12
$ cd spdlog && mkdir build && cd build
13
-$ cmake .. && make -j
+$ cmake .. && cmake --build .
14
```
15
see example [CMakeLists.txt](https://github.com/gabime/spdlog/blob/v1.x/example/CMakeLists.txt) on how to use.
16
0 commit comments