Files
c4core/.gitmodules
Dmitry Babokin 2ec269f232 Specify default branch for git submodules.
Missing default branches causes fails if the project is imported through
CMake's FetchContent mechanism. It checks out the default branch and the
switches to the pinned SHA. If the default branch is not specified, it
assumes "origin/master", which doesn't always exist.
2025-03-27 11:28:44 -07:00

13 lines
343 B
Plaintext

[submodule "cmake"]
path = cmake
url = https://github.com/biojppm/cmake
branch = master
[submodule "extern/debugbreak"]
path = src/c4/ext/debugbreak
url = https://github.com/biojppm/debugbreak
branch = master
[submodule "src/c4/ext/fast_float"]
path = src/c4/ext/fast_float
url = https://github.com/fastfloat/fast_float
branch = main