mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 10:40:00 +08:00
Typo in iwyu.cmake (#447)
This commit is contained in:
parent
d9241435ce
commit
e42ab7b2e6
@ -2,6 +2,6 @@ find_program(iwyu_path NAMES include-what-you-use iwyu)
|
|||||||
if(iwyu_path)
|
if(iwyu_path)
|
||||||
set_property(TARGET ${lib}
|
set_property(TARGET ${lib}
|
||||||
PROPERTY ${iwyu_path} -Xiwyu
|
PROPERTY ${iwyu_path} -Xiwyu
|
||||||
--mapping_file ${CMAKE_CURRENT_SOURCE_DIR}/iwyu.impl
|
--mapping_file ${CMAKE_CURRENT_SOURCE_DIR}/iwyu.imp
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user