From 43c734ba843f7fc4ad7cec706827a27db4822f7e Mon Sep 17 00:00:00 2001 From: Kirk Rodrigues <2454684+kirkrodrigues@users.noreply.github.com> Date: Thu, 3 Oct 2024 09:27:15 -0400 Subject: [PATCH] Add newline. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f394d9c4..2135758c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,6 +33,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS "Enable/Disable output of compile commands during generation." FORCE ) + # Disable response files since `clang-tidy` doesn't seem to be able to use them set(CMAKE_CXX_USE_RESPONSE_FILE_FOR_INCLUDES OFF)