diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2023-01-27 16:09:55 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2023-01-27 16:18:59 (GMT) |
commit | bf3425c3d26c93c890ae732de5cf4493714dffa0 (patch) | |
tree | c11d2fda346014a2c93d2e20f8b68907ed11557f /.gitlab | |
parent | 25f0b4f397255dfb235d285bd391536a1fe8fe8c (diff) | |
download | CMake-bf3425c3d26c93c890ae732de5cf4493714dffa0.zip CMake-bf3425c3d26c93c890ae732de5cf4493714dffa0.tar.gz CMake-bf3425c3d26c93c890ae732de5cf4493714dffa0.tar.bz2 |
ci: add a comment to run IWYU in verbose mode
Useful to avoid setting up the CI locally to get a single extra message.
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/ci/configure_debian10_iwyu.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab/ci/configure_debian10_iwyu.cmake b/.gitlab/ci/configure_debian10_iwyu.cmake index 1daa581..abe750d 100644 --- a/.gitlab/ci/configure_debian10_iwyu.cmake +++ b/.gitlab/ci/configure_debian10_iwyu.cmake @@ -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") |