Skip to content

Commit

Permalink
Mark IWYU option as advanced (#170)
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 authored Nov 4, 2024
1 parent df1c893 commit c025bdb
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 c025bdb

Please sign in to comment.