From 9e164791841db97f6223e030d97126e0935e6be7 Mon Sep 17 00:00:00 2001 From: greg Date: Tue, 9 Apr 2019 17:23:34 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dc60dd..46b0caf 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The hashmaps provided here are built upon those open sourced by Google in the Ab Copy the parallel_hashmap directory to your project. Update your include path. That's all. -> A cmake configuration files (CMakeLists.txt) is provided for building the tests and examples. Command for building and running the tests is: `mkdir build && cd build && cmake -DPHMAP_BUILD_TESTS=ON .. && cmake --build . && make test` +> A cmake configuration files (CMakeLists.txt) is provided for building the tests and examples. Command for building and running the tests is: `mkdir build && cd build && cmake -DPHMAP_BUILD_TESTS=ON -DPHMAP_BUILD_EXAMPLES=ON .. && cmake --build . && make test` ## Example