ci: add a comment to run IWYU in verbose mode
Useful to avoid setting up the CI locally to get a single extra message.
This commit is contained in:
parent
25f0b4f397
commit
bf3425c3d2
@ -1,4 +1,6 @@
|
||||
set(CMake_RUN_IWYU ON CACHE BOOL "")
|
||||
# Uncomment to diagnose IWYU problems as needed.
|
||||
#set(CMake_IWYU_VERBOSE ON CACHE BOOL "")
|
||||
set(IWYU_COMMAND "/usr/bin/include-what-you-use-6.0" CACHE FILEPATH "")
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/configure_common.cmake")
|
||||
|
Loading…
Reference in New Issue
Block a user