Skip to content

Commit

Permalink
cmake: do not link ceph-dencoder against global
Browse files Browse the repository at this point in the history
it does not use any symbol from global, so no need to link it
against global.

Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed Oct 10, 2022
1 parent 5a3351e commit ba22646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/ceph-dencoder/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ target_compile_definitions(ceph-dencoder PRIVATE

target_link_libraries(ceph-dencoder
StdFilesystem::filesystem
global
ceph-common
${DENCODER_EXTRALIBS}
cls_log_client
cls_version_client
Expand Down

0 comments on commit ba22646

Please sign in to comment.