build: clang-tidy is not ready yet to be officially enabled in the project

This commit is contained in:
Mateusz Pusz
2022-04-24 22:57:34 +02:00
parent 98da140fae
commit 74056fd6da

View File

@ -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