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
Afterwards, change FetchContent declarations in CMakeLists.txt to fetch from ZIP archives instead of Git. This will make the initial check-out faster because it is just a single HTTP fetch per uninstalled library.
Filing this bug for myself (@brawer) so I don't forget. It's not super important, but would be nice to have.
The build time for OSMExpress can be significantly reduced.
FetchContentdeclarations inCMakeLists.txtto fetch from ZIP archives instead of Git. This will make the initial check-out faster because it is just a single HTTP fetch per uninstalled library.Filing this bug for myself (@brawer) so I don't forget. It's not super important, but would be nice to have.