mirror of
https://github.com/ceph/ceph
synced 2024-12-28 22:43:29 +00:00
autoconf: remove get_command_descriptions dependency to gtest
It is not required and a leftover of the time when it was a unit test which was a mistake to begin with. It has been reported to create dependencies problems in some cases, when gest is not available at the time get_command_descriptions is compiled. Signed-off-by: Loic Dachary <loic@dachary.org>
This commit is contained in:
parent
b0fee96078
commit
2422b2aefb
@ -66,8 +66,7 @@ endif
|
||||
bin_PROGRAMS += ceph-dencoder
|
||||
|
||||
get_command_descriptions_SOURCES = test/common/get_command_descriptions.cc
|
||||
get_command_descriptions_CXXFLAGS = $(UNITTEST_CXXFLAGS)
|
||||
get_command_descriptions_LDADD = $(LIBMON) $(LIBCOMMON) $(UNITTEST_LDADD) $(CEPH_GLOBAL)
|
||||
get_command_descriptions_LDADD = $(LIBMON) $(LIBCOMMON) $(CEPH_GLOBAL)
|
||||
noinst_PROGRAMS += get_command_descriptions
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user