disable iwyu

This commit is contained in:
Enno Rehling 2020-10-12 08:52:05 +02:00
parent 9575fccdaf
commit 79924f0551
1 changed files with 4 additions and 4 deletions

View File

@ -179,10 +179,10 @@ set (SERVER_SRC ${SERVER_SRC}
)
endif(CURSES_FOUND)
find_program(IWYU_PATH NAMES include-what-you-use iwyu)
if(NOT IWYU_PATH)
message(STATUS "Could not find the program include-what-you-use")
endif()
#find_program(IWYU_PATH NAMES include-what-you-use iwyu)
#if(NOT IWYU_PATH)
# message(STATUS "Could not find the program include-what-you-use")
#endif()
add_library(version STATIC ${VERSION_SRC})
add_library(parser ${PARSER_SRC})