From 2c6be0307f5614d670c7eb441da119d3f4af6ca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanislav=20Angelovi=C4=8D?= Date: Sun, 19 Jul 2020 18:23:19 +0200 Subject: [PATCH] Update CMake configuration flag names --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11594d9..7d49c64 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,11 @@ $ sudo make install Option for building sdbus-c++ unit and integration tests, invokable by `make test`. That incorporates downloading and building static libraries of Google Test. Default value: `OFF`. Use `-DBUILD_TESTS=ON` to enable building the tests. With this option turned on, you may also enable/disable the following options: - * `BUILD_PERF_TESTS` [boolean] + * `ENABLE_PERF_TESTS` [boolean] Option for building sdbus-c++ performance tests. Default value: `OFF`. - * `BUILD_STRESS_TESTS` [boolean] + * `ENABLE_STRESS_TESTS` [boolean] Option for building sdbus-c++ stress tests. Default value: `OFF`.