From 01c2ba632aca5ffb77a22c3e7179571622306852 Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Wed, 3 Jun 2020 10:24:32 +0200 Subject: [PATCH] use 'ON/OFF' for Ccache settings --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca0c4d3..079be2e 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,8 @@ The test and standalone subprojects include the [tools.cmake](cmake/tools.cmake) The following are currently supported. - **Sanitizers**, by setting `-DUSE_SANITIZER=
`. -- **Static Analyzers**, by setting `-DUSE_STATIC_ANALYZER=`, or a combination in quotation marks, separated by semicolons. Arguments can be passed to the analyzers by setting the `CLANG_TIDY_ARGS`, `IWYU_ARGS` or `CPPCHECK_ARGS` variables. -- **Ccache**, by setting `-DUSE_CCACHE=`. +- **Static Analyzers**, by setting `-DUSE_STATIC_ANALYZER=`, or a combination of those in quotation marks, separated by semicolons. Arguments can be passed to the analyzers by setting the `CLANG_TIDY_ARGS`, `IWYU_ARGS` or `CPPCHECK_ARGS` variables. +- **Ccache**, by setting `-DUSE_CCACHE=`. ## FAQ