Added a message when multhread=true

This commit is contained in:
Dima Krasner 2017-02-17 12:32:16 +02:00
parent da145123c5
commit 4c05b09f27

View File

@ -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