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 --install . --component build-tools' broken since 2.16.0 #1099

Closed
strager opened this issue Oct 26, 2023 · 1 comment
Closed

'cmake --install . --component build-tools' broken since 2.16.0 #1099

strager opened this issue Oct 26, 2023 · 1 comment

Comments

@strager
Copy link
Collaborator

strager commented Oct 26, 2023

'cmake --install . --component build-tools' is supposed to copy some executables into bin/, but it copies nothing.

strager added a commit that referenced this issue Oct 26, 2023
'cmake --install . --component build-tools' copies no files [1]. This
was caused by commit 1f2e1a4 where the code calling install() became
dead code on accident. Call install() so that 'cmake --install' copies
the build artifacts as intended.

[1] #1099

Refs: 1f2e1a4
@strager
Copy link
Collaborator Author

strager commented Oct 27, 2023

Fixed in commit 3923f0d. I added known-issue notes to the change log.

@strager strager closed this as completed Oct 27, 2023
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

No branches or pull requests

1 participant