Build shared GFlags library (#215)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 10 May 2018 23:57:14 +0000 (08:57 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 10 May 2018 23:57:14 +0000 (08:57 +0900)
commit442d5bbd830e91683d1b3f6ca13b25611c99867e
tree2b2cbcee0d1b9d28fb0732573b325c78e76d53b4
parent7fdb91da481850479907cf261f18e96750d9745c
Build shared GFlags library (#215)

The default GFlag build script dose not specify -fPIC option when
building static gflags library, and thus it is impossible to use built
library when building other shared libraries.

This commit addresses this issue by building shared library instead of
static library.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
cmake/packages/GFlagsConfig.cmake