mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:51:53 +03:00
tidy-up: two comments
Follow-up to2c27a67daa#17590 Follow-up todf1ff17f88#17418 Closes #17624
This commit is contained in:
parent
984c96e307
commit
6b016cec55
2 changed files with 2 additions and 3 deletions
|
|
@ -290,7 +290,7 @@ endif()
|
|||
option(CURL_CLANG_TIDY "Run the build through clang-tidy" OFF)
|
||||
if(CURL_CLANG_TIDY)
|
||||
# clang-tidy is not looking into #included sources, thus not compatible with
|
||||
# unity builds and test bundles.
|
||||
# unity builds. Make test bundles compatible by embedding the source code.
|
||||
set(CMAKE_UNITY_BUILD OFF)
|
||||
set(CURL_MK_UNITY_OPTION "--embed")
|
||||
set(_tidy_checks "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue