Skip to content

Commit 3c5ae6c

Browse files
committed
os/bluestore: Add libfmt to "os"
Using fmt::format requires libfmt for linking Signed-off-by: Adam Kupczyk <[email protected]>
1 parent 72263db commit 3c5ae6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/os/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ endif()
4343
add_library(os STATIC ${libos_srcs})
4444
target_link_libraries(os
4545
legacy-option-headers
46-
blk)
46+
blk
47+
${FMT_LIB})
4748

4849
target_link_libraries(os heap_profiler kv)
4950

0 commit comments

Comments
 (0)