From 79924f05515c32fb1bd5970ba2a3a025bfa1184a Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Mon, 12 Oct 2020 08:52:05 +0200 Subject: [PATCH] disable iwyu --- src/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 76764f0bd..bc8337e7d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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})