]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
tools/ceph-dencoder/CMakeLists.txt: add missing dependencies to denc-mod-common
authorMax Kellermann <max.kellermann@ionos.com>
Wed, 30 Jul 2025 05:44:34 +0000 (07:44 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Tue, 5 Aug 2025 08:28:00 +0000 (10:28 +0200)
commit0fffa230177058e01d8425c1a45db2536e7426fa
tree7b7f8da2eb8afadf3d6d0bc8c7cc8e243bf21c8f
parent47117d9f16efef606310e6eeadd676a6f4cf0e48
tools/ceph-dencoder/CMakeLists.txt: add missing dependencies to denc-mod-common

This library uses symbols from ceph-common, uuid.cc and utime.cc but
does not link them.  This causes runtime linker errors (but usually
doesn't because these other libraries just happen to be linked
already).

Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/tools/ceph-dencoder/CMakeLists.txt