mirror of
https://github.com/ceph/ceph
synced 2024-12-18 17:37:38 +00:00
Merge pull request #57693 from tchaikov/cmake-shec_utils
cmake: : link shec_utils against legacy-option-headers Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
commit
f3ff76a392
@ -10,6 +10,8 @@ set(shec_utils_srcs
|
||||
determinant.c)
|
||||
|
||||
add_library(shec_utils OBJECT ${shec_utils_srcs})
|
||||
target_link_libraries(shec_utils
|
||||
PRIVATE legacy-option-headers)
|
||||
|
||||
set(ec_shec_objs
|
||||
$<TARGET_OBJECTS:gf-complete_objs>
|
||||
|
Loading…
Reference in New Issue
Block a user