[nnpkg-run] fix x86_64 build error (#6880)
author이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>
Fri, 23 Aug 2019 08:10:25 +0000 (04:10 -0400)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 23 Aug 2019 08:10:25 +0000 (17:10 +0900)
commite971d5199a0782ca6bcf3ea46f3728a06e55cc02
tree8d48a3fe9a5ef414c39b98eacb2face148d12b8e
parent364c8eddb81b6343f55ce34d6d036b98ea34616a
[nnpkg-run] fix x86_64 build error (#6880)

We've used hdf5 static linking to avoid work for installing hdf5 for
all CI slaves.  However, it causes build error on x86_64.
Thus, this patch makes x86_64 use shared library to fix this error.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
tests/tools/nnpackage_run/CMakeLists.txt