Unverified Commit 4ba6a4f9 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

have clang-style output for easier parsing in compilation mode in emacs

parent 79584c84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -260,7 +260,7 @@ if(ENABLE_IWYU)
  if (IWYU_EXE AND IWYU_TOOL)
    add_custom_target(
      iwyu
      ${IWYU_TOOL} -p ${CMAKE_BINARY_DIR}
      ${IWYU_TOOL} -o clang -p ${CMAKE_BINARY_DIR}
      WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
      COMMENT "Running IWYU")
    add_dependencies(iwyu lammps)