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

share install should build a more minimal cmake3 #6

Open
plicease opened this issue Jan 29, 2020 · 1 comment
Open

share install should build a more minimal cmake3 #6

plicease opened this issue Jan 29, 2020 · 1 comment

Comments

@plicease
Copy link
Member

Recent versions of cmake have a "server" mode which, with a dependency on libuv, and probably other stuff as well. None of this is useful for Alien::cmake3 so it would be nice for a share source install to disable theses features, to save time building and probably exe bloat.

this adds the ability do disable server mode from using the autoconf style bootstrap script:
https://gitlab.kitware.com/cmake/cmake/commit/ec0bf63823ff459d742a54fae4c8582b5b87d1dd
(which is what we use since we don't have cmake yet) but it doesn't seem to be in the current version.

Here is some commentary on disabling it when building without bootstrap:
https://cmake.org/pipermail/cmake/2016-November/064565.html
(which is not how we build, but maybe we can adapt this).

@plicease
Copy link
Member Author

Looks like server mode has been deprecated and may be removed in the future. Problem solved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant