DEV Community

Discussion on: 4 Git Submodules Alternatives You Should Know

Collapse
 
olivierldff profile image
Olivier Le Doeuff

If working on c/c++ project and using cmake as a build script then the new FetchContent method work as a charm. Main feature is to handle 2 dependencies to the same project. This will only fetch once the required project and not twice like submodule would do.