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
There is a need to be able to configure and build our project without internet usage.
We should add cmake option like "-DDOWNLOAD_IF_NECESSARY" to enable fetch content dowloading proccess independent.
May be it is better to use git submodules to obtain dependencies and bunlde them.
There is a need to be able to configure and build our project without internet usage.
We should add cmake option like "-DDOWNLOAD_IF_NECESSARY" to enable fetch content dowloading proccess independent.
May be it is better to use
git submodulesto obtain dependencies and bunlde them.