forked from github/server
disable iwyu, it is reporting garbage
This commit is contained in:
parent
2bb10f4406
commit
1293b9f27c
|
@ -179,7 +179,7 @@ set (SERVER_SRC ${SERVER_SRC}
|
||||||
)
|
)
|
||||||
endif(CURSES_FOUND)
|
endif(CURSES_FOUND)
|
||||||
|
|
||||||
find_program(IWYU_PATH NAMES include-what-you-use iwyu)
|
#find_program(IWYU_PATH NAMES include-what-you-use iwyu)
|
||||||
if(IWYU_PATH)
|
if(IWYU_PATH)
|
||||||
# set(C_INCLUDE_WHAT_YOU_USE "${IWYU_PATH} -Xiwyu --no_fwd_decls")
|
# set(C_INCLUDE_WHAT_YOU_USE "${IWYU_PATH} -Xiwyu --no_fwd_decls")
|
||||||
else(IWYU_PATH)
|
else(IWYU_PATH)
|
||||||
|
|
Loading…
Reference in New Issue