From 05091737102df0017be18897dd0911ada8c911a2 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 10 Aug 2025 13:07:08 -0700 Subject: [PATCH] Disable clang-tidy --- 3rdparty/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/3rdparty/CMakeLists.txt b/3rdparty/CMakeLists.txt index a71e325a..a9e8889a 100644 --- a/3rdparty/CMakeLists.txt +++ b/3rdparty/CMakeLists.txt @@ -1,4 +1,5 @@ set(CMAKE_C_CLANG_TIDY) +set(CMAKE_CXX_CLANG_TIDY) if(DOWNLOAD_DEPENDENCIES) include(FetchContent)