Skip to content

Commit

Permalink
Merge pull request ceph#48418 from tchaikov/wip-ceph-dencoder
Browse files Browse the repository at this point in the history
cmake: do not link ceph-dencoder against global

Reviewed-by: Tim Serong <[email protected]>
  • Loading branch information
tserong authored Oct 11, 2022
2 parents 2534d4e + ba22646 commit 5ff9704
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 @@ -97,7 +97,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 5ff9704

Please sign in to comment.