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
Added functions for checking out repos at configure time for issue commontk#266.
For now, the repositories ExternalProjectsContrib and PluginsContrib
are checked out during the super build if CTK_USE_CONTRIBUTED_PLUGINS
is ON. Providing a _DIR variable disables the checkout and makes the
build system use the repositories pointed to by the _DIR variable.
Things to do:
- Use a VCS agnostic way of providing checkout information
- Use some kind of configuration file (CMake initial cache file?) to
add a configurable amount of external repositories to the CTK build
system.
0 commit comments