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
option(NBL_UPDATE_GIT_SUBMODULE"Turn this ON to let CMake update all public submodules for you"ON)
341
+
option(NBL_FORCE_ON_UPDATE_GIT_SUBMODULE"Submodules will be updated with --force flag if NBL_FORCE_UPDATE_GIT_SUBMODULE is turned ON, use with caution - if there are any uncommited files in submodules' working tree they will be removed!"OFF)
342
+
option(NBL_SYNC_ON_UPDATE_GIT_SUBMODULE"Sync initialized submodule paths if NBL_FORCE_UPDATE_GIT_SUBMODULE is turned ON, this is useful when any submodule remote path got modified and you want to apply this modification to your local repository. Turning NBL_FORCE_ON_UPDATE_GIT_SUBMODULE implies this option"OFF)
341
343
option(NBL_UPDATE_GIT_SUBMODULE_INCLUDE_PRIVATE"Turn this ON to attempt to update private Nabla submodules"OFF)
0 commit comments