Skip to content

Commit 0982970

Browse files
committed
Remove unlimited job number in build guideline
1 parent 4a9adfe commit 0982970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Compiles the project, runs the test and then creates an executable file.
7575
$ mkdir build && cd build
7676
$ conan install .. --build missing
7777
$ cmake ..
78-
$ cmake --build . -j
78+
$ cmake --build .
7979
```
8080

8181

0 commit comments

Comments
 (0)