<@U7QP20JQH> `git submodule update` from the root ...
# core
s
@seph
git submodule update
from the root of the project after switching should be enough. Otherwise Teddy's one or
git submodule deinit --all --force
if while switching you are changing the number of submodules. Obviously you can just drop the
--all
and target a specific submodule that disappeared, if needed, I'm just lazier and let cmake deal with cloning.