Skip to content

Commit

Permalink
Mark IWYU option as advanced
Browse files Browse the repository at this point in the history
The IWYU option is intended for internal use by developers.

Signed-off-by: Derek Foster <[email protected]>
  • Loading branch information
ffoulkes committed Nov 1, 2024
1 parent 1931fc5 commit 1b9940a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/iwyu.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# cmake --build build >& iwyu.log

option(IWYU "Run include-what-you-use" OFF)
mark_as_advanced(IWYU)

if(IWYU)
find_program(IWYU_PATH NAMES include-what-you-use iwyu)
Expand Down

0 comments on commit 1b9940a

Please sign in to comment.