Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

download third party labraries when make the project #257

Closed
wenyawei opened this issue Jul 31, 2018 · 1 comment
Closed

download third party labraries when make the project #257

wenyawei opened this issue Jul 31, 2018 · 1 comment

Comments

@wenyawei
Copy link

Before we make the project, it will check the dependences in cmake cmd. After cmake, we make the project. However, it still download some third party libraries from Internet. The downloading behavior should not in makefile.

@pangge
Copy link
Collaborator

pangge commented Aug 1, 2018

We use cmake's ExternalProject_Add api to resovle dependences. Despite the downloading period will happen in making, but it only download once. The next time when you make, it will not happen.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants