We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8952138 commit 8ecfbeaCopy full SHA for 8ecfbea
src/cmake/iwyu.cmake
@@ -39,7 +39,7 @@
39
40
find_program(iwyu_path NAMES include-what-you-use iwyu)
41
if(iwyu_path)
42
- option(CHECK_INCLUDES "Check used headers")
+ option(CHECK_INCLUDES "Check used headers" "ON")
43
44
if(CHECK_INCLUDES)
45
set(iwyu_path_and_options
0 commit comments