Skip to content

Commit fab5199

Browse files
committed
cmake/crush: crush_objs depends on legacy-option-headers
Signed-off-by: Casey Bodley <[email protected]>
1 parent 8a01cc2 commit fab5199

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/crush/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ set(crush_srcs
99
CrushLocation.cc)
1010

1111
add_library(crush_objs OBJECT ${crush_srcs})
12+
target_link_libraries(crush_objs PUBLIC legacy-option-headers)

0 commit comments

Comments
 (0)