diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a15e057d1e..2fa13f32bd5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ enable_language(C CXX ASM) include (cmake/arch.cmake) include (cmake/target.cmake) include (cmake/tools.cmake) -include (cmake/analysis.cmake) +include (cmake/clang_tidy.cmake) include (cmake/git_status.cmake) # Ignore export() since we don't use it, diff --git a/cmake/analysis.cmake b/cmake/clang_tidy.cmake similarity index 100% rename from cmake/analysis.cmake rename to cmake/clang_tidy.cmake diff --git a/docs/en/development/cmake-in-clickhouse.md b/docs/en/development/cmake-in-clickhouse.md index 68e0e14f742..fcda774f60e 100644 --- a/docs/en/development/cmake-in-clickhouse.md +++ b/docs/en/development/cmake-in-clickhouse.md @@ -206,7 +206,7 @@ Note that ClickHouse uses forks of these libraries, see https://github.com/Click
ENABLE_CLANG_TIDY
ENABLE_CLANG_TIDY
OFF