From 7e916fe2c0ce28bd53e56560b21d77a4ee7eda80 Mon Sep 17 00:00:00 2001 From: "Vladimir (Alkenso)" Date: Sat, 13 Apr 2019 19:43:03 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be8aaf1..2c9c33c 100644 --- a/README.md +++ b/README.md @@ -199,4 +199,4 @@ To prevent this, each queue and stream additionally has it's own thread. This th - Replace using of std::packaged_task with reference counting ### Tests -By default, unit-tests are off. To enable them, just add CMake option -DEXECQ_ENABLE_TESTING=ON +By default, unit-tests are off. To enable them, just add CMake option -DEXECQ_TESTING_ENABLE=ON