mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Export headers as system includes (#340)
Gcc doesn't apply warning to system includes paths. This change allows a project to use high warning levels without getting swamped by ETL issues.
This commit is contained in:
parent
090494b970
commit
47102c7a0e
@ -9,7 +9,7 @@ option(NO_STL "No STL" OFF)
|
||||
|
||||
add_library(etl INTERFACE)
|
||||
|
||||
target_include_directories(etl INTERFACE include)
|
||||
target_include_directories(etl SYSTEM INTERFACE include)
|
||||
|
||||
target_compile_definitions(etl INTERFACE)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user