mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
fix set of ETL_NO_STL flag (#628)
Co-authored-by: Sergey Skorokhod <s.skorokhod@1440.space>
This commit is contained in:
parent
85d40b9dda
commit
71f694bdb8
@ -12,10 +12,8 @@ project('etl',
|
||||
)
|
||||
|
||||
compile_args = []
|
||||
if get_option('use_stl')
|
||||
compile_args += '-DETL_NO_STL=0'
|
||||
elif
|
||||
compile_args += '-DETL_NO_STL=1'
|
||||
if not get_option('use_stl')
|
||||
compile_args += '-DETL_NO_STL'
|
||||
endif
|
||||
|
||||
etl_dep = declare_dependency(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user