From 658c82a625250321238998b4d280cef4d13b6fc4 Mon Sep 17 00:00:00 2001 From: Eli2 Date: Fri, 21 Jul 2017 13:34:06 +0200 Subject: [PATCH] Fix bad build option in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8df98c1f60..c92e2b639e 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Getting all the dependencies set up for Windows is more tricky. Pre-built depend * `BUILD_CRASHHANDLER` (default=ON): Enable the built-in crash handler (default OFF for macOS) * `BUILD_CRASHREPORTER` (default=ON): Build the Qt crash reporter gui - requires `BUILD_CRASHHANDLER` (default OFF for macOS) * `BUILD_PROFILER` (default=OFF unless BUILD_PROFILER_INSTRUMENT is enabled): Build the profiler GUI -* `BUILD_TEST` (default=OFF): Build tests that can be run using `make check` +* `BUILD_TESTS` (default=OFF): Build tests that can be run using `make check` * `BUILD_ALL` (default=OFF): Enable all the BUILD_* options above by default - they can still be disabled individually * `UNITY_BUILD` (default=ON): Unity build (faster build, better optimizations but no incremental build) * `CMAKE_BUILD_TYPE` (default=Release): Set to `Debug` for debug binaries