Replies: 2 comments
-
If you are on a machine without internet, you should specify FETCHCONTENT_SOURCE_DIR_ for each third-party dependency required by Lagrange, and point the to a locally downloaded folder with the right version of each dependency. You may also want to enable |
Beta Was this translation helpful? Give feedback.
0 replies
-
Locking this discussion in favor of the issue #2040. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I downloaded the source code of libigl and copied it to a linux machine that could not connect to the Internet. When I tried to compile a project with CMake commands like
, connection timed out error was reported during the download of embree.
I tried to pre-download embree and put it on the path "libigl/external", but nothing changed and cmake still tried to download embree and rasied timed out error.
How can I solve this problem? Also, I would like to ask if you can put the libigl dependencies in the source code in advance, instead of downloading these dependencies through cmake. Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions