mirror of
https://github.com/transmission/transmission.git
synced 2026-04-01 16:17:13 +01:00
build: handle error from clang-tidy 22 breaking change (#8718)
This commit is contained in:
@@ -889,7 +889,7 @@ if(RUN_CLANG_TIDY)
|
||||
endif()
|
||||
else()
|
||||
message(STATUS "Looking for clang-tidy - found: ${CLANG_TIDY}")
|
||||
set(CMAKE_CXX_CLANG_TIDY "${CLANG_TIDY}")
|
||||
set(CMAKE_CXX_CLANG_TIDY "${CLANG_TIDY}" --allow-no-checks)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user