Skip to content

Commit

Permalink
Add flags in README to compile using cmake (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonylouisbsb authored Apr 17, 2021
1 parent 2ef74cb commit 39b4edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ You can optionally build using [CMake](https://cmake.org/). Here is a guide of h
```bash
mkdir build
cd build
cmake ../
cmake -DENABLE_DATE_TESTING=ON -DBUILD_TZ_LIB=ON ../
cmake --build . --target testit # Consider '-- -j4' for multithreading
```
## Projects using this library
Expand Down

0 comments on commit 39b4edf

Please sign in to comment.