disable iwyu, it is reporting garbage

This commit is contained in:
Enno Rehling 2020-09-27 19:54:11 +02:00
parent 2bb10f4406
commit 1293b9f27c
1 changed files with 1 additions and 1 deletions

View File

@ -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)