Skip to content

Commit c46a177

Browse files
committed
cmake/erasure-code/jerasure: jerasure_utils depends on legacy-option-headers
Signed-off-by: Casey Bodley <[email protected]>
1 parent 2702ad2 commit c46a177

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/erasure-code/jerasure/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ set(jerasure_utils_src
55
ErasureCodeJerasure.cc)
66

77
add_library(jerasure_utils OBJECT ${jerasure_utils_src})
8+
target_link_libraries(jerasure_utils legacy-option-headers)
89

910
# Set the CFLAGS correctly for gf-complete based on SIMD compiler support
1011
set(GF_COMPILE_FLAGS)

0 commit comments

Comments
 (0)