Skip to content

Conversation

@lucianopa-msft
Copy link
Member

Since PayloadDecoder.hpp is a public interface, if people try to use it they will face a linker error because that symbol is not compiled in the library so therefore not included in final binary.
So this PR adds it to CMakeList.txt to ensure payload decoder is compiled and included in the final library binary and we are able to compile and link successfully.

Fixes #1381

@lucianopa-msft lucianopa-msft requested a review from a team as a code owner September 16, 2025 15:33
Copy link
Contributor

@lalitb lalitb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ThomsonTan - Probably we need force merge as CI failure is unrelated.

@ThomsonTan ThomsonTan merged commit 9c3949d into microsoft:main Sep 16, 2025
15 of 27 checks passed
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.

[Linux] Trying to compile static library against a small sample project gives a linker error

3 participants