Skip to content
Snippets Groups Projects
Unverified Commit e42ab7b2 authored by Julien Marrec's avatar Julien Marrec Committed by GitHub
Browse files

Typo in iwyu.cmake (#447)

parent d9241435
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,6 @@ find_program(iwyu_path NAMES include-what-you-use iwyu)
if(iwyu_path)
set_property(TARGET ${lib}
PROPERTY ${iwyu_path} -Xiwyu
--mapping_file ${CMAKE_CURRENT_SOURCE_DIR}/iwyu.impl
--mapping_file ${CMAKE_CURRENT_SOURCE_DIR}/iwyu.imp
)
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment