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

fix builds with cmake < 3.21 #1977

Merged
merged 2 commits into from Apr 19, 2024
Merged

fix builds with cmake < 3.21 #1977

merged 2 commits into from Apr 19, 2024

Conversation

minrk
Copy link
Member

@minrk minrk commented Apr 16, 2024

file(COPY_FILE is new in 3.21, but we claim to support 3.14

use configure_file(...COPYONLY) instead, which does the same thing.

file(COPY_FILE is added in cmake 3.21

configure_file( ...COPYONLY) does the same thing
@minrk minrk merged commit 81d5cd0 into zeromq:main Apr 19, 2024
34 checks passed
@minrk minrk deleted the configure_file branch April 19, 2024 09:12
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.

None yet

1 participant