mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-27 17:10:43 -06:00
IWYU: Update for Debian 12 CI job
`include-what-you-use` diagnostics, in practice, are specific to the environment's compiler and standard library. Update includes to satisfy IWYU for our CI job under Debian 12.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
set(CMake_RUN_IWYU ON CACHE BOOL "")
|
||||
set(CMake_IWYU_OPTIONS "-DCMAKE_IWYU_FORWARD_STD_HASH" CACHE STRING "")
|
||||
# Uncomment to diagnose IWYU problems as needed.
|
||||
#set(CMake_IWYU_VERBOSE ON CACHE BOOL "")
|
||||
set(IWYU_COMMAND "/usr/bin/include-what-you-use-15" CACHE FILEPATH "")
|
||||
|
||||
Reference in New Issue
Block a user