[neurun] Use LIB_PTHREAD variable in CMake (#7069)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Fri, 30 Aug 2019 09:25:38 +0000 (18:25 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 30 Aug 2019 09:25:38 +0000 (18:25 +0900)
commit333961a5674e35295e8eea89fc33e588b1c5049a
tree55caeb895551ab66d9ae0eb71987a49b5266eae0
parent61dcfab7864b7406eb29626e577e29b91c71fa80
[neurun] Use LIB_PTHREAD variable in CMake (#7069)

Use variable `${LIB_PTHREAD}` rather than hardcoded `pthread`. This is
useful for Android build which does not have pthread lib. Android
contains pthread in libc.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/frontend/api/CMakeLists.txt