mirror of
https://github.com/transmission/transmission
synced 2025-03-04 10:38:13 +00:00
build: disable clang-tidy by default (#4824)
workaround for https://github.com/llvm/llvm-project/issues/59492 Fixes #4821.
This commit is contained in:
parent
b155374137
commit
2a74efa24a
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ option(ENABLE_WERROR "Treat warnings as errors" OFF)
|
|||
option(ENABLE_NLS "Enable native language support" ON)
|
||||
option(INSTALL_DOC "Build/install documentation" ON)
|
||||
option(INSTALL_LIB "Install the library" OFF)
|
||||
tr_auto_option(RUN_CLANG_TIDY "Run clang-tidy on the code" AUTO)
|
||||
tr_auto_option(RUN_CLANG_TIDY "Run clang-tidy on the code" OFF)
|
||||
tr_auto_option(USE_SYSTEM_EVENT2 "Use system event2 library" AUTO)
|
||||
tr_auto_option(USE_SYSTEM_DEFLATE "Use system deflate library" AUTO)
|
||||
tr_auto_option(USE_SYSTEM_DHT "Use system dht library" AUTO)
|
||||
|
|
Loading…
Add table
Reference in a new issue