mirror of
https://github.com/biojppm/c4core.git
synced 2026-01-18 13:31:19 +01:00
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.
13 lines
343 B
Plaintext
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
|