]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
json_spirit: add missing dependency on Boost::thread 60099/head
authorMax Kellermann <max.kellermann@ionos.com>
Wed, 2 Oct 2024 12:09:50 +0000 (14:09 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Thu, 3 Oct 2024 10:39:20 +0000 (12:39 +0200)
commit80b7917cef6321b7bbc08260e336ca1d259e8ef0
tree7943ded4a4e3bb668c8c1f16b83a41c962612ed8
parentd416587cb86ee3b4eb1c14a91792439e85d82a8a
json_spirit: add missing dependency on Boost::thread

This library is built with `BOOST_SPIRIT_THREADSAFE` and thus it
requires linking with Boost::thread.

This mistake usually had no effect because other build targets had
this dependency already, but this is fragile and depends on the linker
command parameter order.

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