Skip to content

Commit 8ecfbea

Browse files
Switch on iwyu by default
1 parent 8952138 commit 8ecfbea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmake/iwyu.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
find_program(iwyu_path NAMES include-what-you-use iwyu)
4141
if(iwyu_path)
42-
option(CHECK_INCLUDES "Check used headers")
42+
option(CHECK_INCLUDES "Check used headers" "ON")
4343

4444
if(CHECK_INCLUDES)
4545
set(iwyu_path_and_options

0 commit comments

Comments
 (0)