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

cmake: Port PR30137 from the master branch #214

Merged
merged 1 commit into from
May 25, 2024
Merged

Conversation

hebasto
Copy link
Owner

@hebasto hebasto commented May 25, 2024

This PR ports bitcoin#30137.

The target_compile_definitions command is to be deleted during the next sync/rebase round. Such an early porting is needed for #93 in order to delete the only non-config related generator expression from the compile definitions, which simplifies the summary code a lot.

Effectively, this commit has been split from #93.

@hebasto hebasto added the port from autotools Ported from the main repository label May 25, 2024
Copy link

@TheCharlatan TheCharlatan left a comment

Choose a reason for hiding this comment

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

Should the definition of the option in CMakeLists.txt:107 be removed too?

Port PR30137.

The `target_compile_definitions` command is to be deleted during the
next sync/rebase round.
@hebasto
Copy link
Owner Author

hebasto commented May 25, 2024

Should the definition of the option in CMakeLists.txt:107 be removed too?

Indeed 🤦

Deleted.

Copy link

@TheCharlatan TheCharlatan left a comment

Choose a reason for hiding this comment

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

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
port from autotools Ported from the main repository
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants