-
-
Notifications
You must be signed in to change notification settings - Fork 626
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
Disable Vc_ENABLE_INSTALL by default #1909
Conversation
✅ Deploy Preview for conkyweb canceled.
|
I believe I should've commented out the installation part of Vc CMake while adding it:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missed this in #1862.
@Vincent-C let's wait for @brndnmtthws to approve before merging, but I'm pretty sure removing the whole installation part is fine. |
Signed-off-by: Tin Švagelj <tin.svagelj@live.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense, sorry we missed this, and thanks for the PR 🙏
Checklist
doc/
has been updatedDescription
Debian maintainer here, forwarded from Debian BTS #1071006
By default, the newly vendored Vc library will be installed alongside conky itself, e.g. all of the headers and the cmake files that ship with Vc. This is unnecessary and even undesired if the user already had Vc installed from other sources, e.g.
libvc-dev
in Debian/Ubuntu. I can turn this off with-DVc_ENABLE_INSTALL=OFF
but I think this would be a sane default option.