mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
bf3425c3d2
Useful to avoid setting up the CI locally to get a single extra message.
7 lines
261 B
CMake
7 lines
261 B
CMake
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")
|