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)