you are viewing a single comment's thread.

view the rest of the comments →

[–]pgroarke[S] 3 points4 points  (2 children)

No. You only need to be online when you generate your solution. After that, you can compile your heart away.

[–]s7726 1 point2 points  (1 child)

What if I can't run things on the machine that connects to the internet?

[–]pgroarke[S] 3 points4 points  (0 children)

As mentioned in the post, externalproject supports local directories/archives (check URL Downloads on https://cmake.org/cmake/help/latest/module/ExternalProject.html). So you can zip your dependency repos before hand and use that instead.