You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to get most dependencies cloned and extracted to the right locations in external, but the way the cmake folder is handled makes it impossible for me to build this on an air-gapped network. I have no other options for reasons I can't really get into so I need a way around it.
The main issue is from the user of FetchContent_MakeAvailable, for this to work, I would need to have another way to include those dependencies in a way that doesn't require an internet connection to work.
The text was updated successfully, but these errors were encountered:
I was able to get most dependencies cloned and extracted to the right locations in external, but the way the cmake folder is handled makes it impossible for me to build this on an air-gapped network. I have no other options for reasons I can't really get into so I need a way around it.
The main issue is from the user of FetchContent_MakeAvailable, for this to work, I would need to have another way to include those dependencies in a way that doesn't require an internet connection to work.
The text was updated successfully, but these errors were encountered: