From 74056fd6daa90a35959c54534c14554188f14148 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sun, 24 Apr 2022 22:57:34 +0200 Subject: [PATCH] build: `clang-tidy` is not ready yet to be officially enabled in the project --- CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cbee492f..f0ca1045 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,13 +57,6 @@ if(${projectPrefix}IWYU) endif() endif() -option(${projectPrefix}CLANG_TIDY "Enables clang-tidy" OFF) -if(${projectPrefix}CLANG_TIDY) - message(STATUS "Enabling clang-tidy") - set(CMAKE_CXX_CLANG_TIDY clang-tidy) - message(STATUS "Enabling clang-tidy - done") -endif() - #enable_clang_tidy() # add project code