From 39b4edf279aee72e0f8f4176800c0f0b84ec9aaf Mon Sep 17 00:00:00 2001 From: Anthony Louis Date: Fri, 16 Apr 2021 22:06:08 -0300 Subject: [PATCH] Add flags in README to compile using cmake (#661) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc985a9..7ef280f 100644 --- a/README.md +++ b/README.md @@ -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