Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup: Use target_link_libraries directly in cmake. #2499

Merged
merged 1 commit into from
Dec 26, 2023

Conversation

iphydf
Copy link
Member

@iphydf iphydf commented Dec 25, 2023

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
CMakeLists.txt Outdated Show resolved Hide resolved
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
Copy link

codecov bot commented Dec 26, 2023

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
52 checks passed
@iphydf iphydf deleted the pkgconfig-cmake branch December 26, 2023 00:35
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants