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:
Ben Boeckel 2023-01-27 11:09:55 -05:00
parent 25f0b4f397
commit bf3425c3d2

View File

@ -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")