mirror of
https://github.com/transmission/transmission.git
synced 2026-04-18 07:56:33 +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()
|
endif()
|
||||||
else()
|
else()
|
||||||
message(STATUS "Looking for clang-tidy - found: ${CLANG_TIDY}")
|
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()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user