Skip to content

Commit ed4f413

Browse files
authored
Merge pull request ceph#60099 from MaxKellermann/json_spirit_thread
json_spirit: add missing dependency on Boost::thread Reviewed-by: Ilya Dryomov <[email protected]>
2 parents baa6b7b + 80b7917 commit ed4f413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json_spirit/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
add_library(json_spirit STATIC
22
json_spirit_reader.cpp
33
json_spirit_writer.cpp)
4-
target_link_libraries(json_spirit common_utf8)
4+
target_link_libraries(json_spirit common_utf8 Boost::thread)

0 commit comments

Comments
 (0)