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

Streamline dependencies #1

Open
gmporter opened this issue May 9, 2016 · 1 comment
Open

Streamline dependencies #1

gmporter opened this issue May 9, 2016 · 1 comment
Assignees

Comments

@gmporter
Copy link

gmporter commented May 9, 2016

Is it possible to only require binary packages as dependencies? Building e.g., cmake from source is a pretty big time commitment.

@mutablealligator
Copy link
Collaborator

  1. Yes, we can restrict adding only binary packages as dependencies using ADD_DEPENDENCY command in CMakeLists.txt file. We can add internally created binaries, external binaries as well.
  2. And yes, making cmake build source from a repository is difficult if its remote.
  3. The install_dependencies.sh file is just an automated way to download code and build it. We have something like this in CMake as well but little difficult to add it in CMakeLists.txt file

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

2 participants