Skip to content

cleanup: Use target_link_libraries directly in cmake.#2499

Merged
toktok-releaser merged 1 commit into
TokTok:masterfrom
iphydf:pkgconfig-cmake
Dec 26, 2023
Merged

cleanup: Use target_link_libraries directly in cmake.#2499
toktok-releaser merged 1 commit into
TokTok:masterfrom
iphydf:pkgconfig-cmake

Conversation

@iphydf

@iphydf iphydf commented Dec 25, 2023

Copy link
Copy Markdown
Member

Instead of using target_link_modules, which does magic that we no longer need, because we only have 1 library we install, and all binaries we build link statically because they need access to internal symbols.


This change is Reviewable

@iphydf iphydf added this to the v0.2.19 milestone Dec 25, 2023
Comment thread CMakeLists.txt Outdated
Comment thread cmake/ModulePackage.cmake Outdated
Instead of using `target_link_modules`, which does magic that we no
longer need, because we only have 1 library we install, and all binaries
we build link statically because they need access to internal symbols.
@iphydf iphydf marked this pull request as ready for review December 26, 2023 00:24
@codecov

codecov Bot commented Dec 26, 2023

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c58928c) 68.97% compared to head (00ff078) 69.03%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2499      +/-   ##
==========================================
+ Coverage   68.97%   69.03%   +0.06%     
==========================================
  Files          89       89              
  Lines       27770    27770              
==========================================
+ Hits        19153    19172      +19     
+ Misses       8617     8598      -19     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pull-request-attention pull-request-attention Bot assigned iphydf and unassigned Green-Sky Dec 26, 2023
@toktok-releaser toktok-releaser merged commit 00ff078 into TokTok:master Dec 26, 2023
@iphydf iphydf deleted the pkgconfig-cmake branch December 26, 2023 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants