Skip to content

Commit

Permalink
Fix clang-tidy error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsan committed Sep 24, 2019
1 parent 8602827 commit 1417a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ endif()
option(
ENABLE_CLANG_TIDY
"activate clang tidy messages"
OFF
ON
)
if(ENABLE_CLANG_TIDY)
set(CMAKE_CXX_CLANG_TIDY "clang-tidy;-checks=-*,readability-*")
Expand Down

0 comments on commit 1417a76

Please sign in to comment.