mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06:00
Help: Fix typo in clang-tidy example -checks option
This commit is contained in:
committed by
Brad King
parent
c4ab098097
commit
85432f4898
@@ -9,5 +9,5 @@ created. For example:
|
||||
|
||||
.. code-block:: cmake
|
||||
|
||||
set(CMAKE_CXX_CLANG_TIDY clang-tidy checks=-*,readability-*)
|
||||
set(CMAKE_CXX_CLANG_TIDY clang-tidy -checks=-*,readability-*)
|
||||
add_executable(foo foo.cxx)
|
||||
|
||||
Reference in New Issue
Block a user