Added a message when multhread=true
This commit is contained in:
parent
da145123c5
commit
4c05b09f27
@ -25,6 +25,7 @@ else
|
||||
endif
|
||||
|
||||
if get_option('multithread')
|
||||
message('Enabling multi-threading support')
|
||||
add_global_arguments('-DZSTD_MULTITHREAD', language: 'c')
|
||||
libzstd_deps = [dependency('threads')]
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user