Mike Percy created KUDU-2696:
--------------------------------
Summary: libgmock is linked into the kudu cli binary
Key: KUDU-2696
URL: https://issues.apache.org/jira/browse/KUDU-2696
Project: Kudu
Issue Type: Bug
Affects Versions: 1.8.0
Reporter: Mike Percy
libgmock is linked into the kudu cli binary, even though we consider it a
test-only dependency. Possibly a configuration problem in our cmake files?
{code:java}
$ ldd build/dynclang/bin/kudu | grep mock
libgmock.so =>
/home/mpercy/src/kudu/thirdparty/installed/uninstrumented/lib/libgmock.so
(0x00007f01f1495000)
{code}
The gmock dependency does not appear in the server binaries, as expected.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)