From ff6ffccfa88c70061714d8737b6b0bd670a1efac Mon Sep 17 00:00:00 2001 From: Alexander Akulich Date: Thu, 15 Feb 2024 20:46:13 +0300 Subject: [PATCH] CMake: Disable clang-tidy by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 89e52854..1d226a8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,7 +93,7 @@ option(BUILD_32 "Builds 32 bit executable" OFF) option(DEV_BUILD "Enable assert()s and other debug checks" ON) set(WARNINGS_AS_ERRORS FALSE) -option(ENABLE_CLANG_TIDY "Enable clang-tidy" ON) +option(ENABLE_CLANG_TIDY "Enable clang-tidy" OFF) option(BUILD_PLANETED "Build the PlanetEditor" OFF) # Warn about development build