Syncing and update submodule should work, but if it doesn't then the following will reset it (+ remove all local changes): ```sh git submodule deinit -f src/3rdParty/OndselSolver git submodule update --init --recursive src/3rdParty/OndselSolver ```
13 lines
422 B
Plaintext
13 lines
422 B
Plaintext
[submodule "src/3rdParty/OndselSolver"]
|
|
path = src/3rdParty/OndselSolver
|
|
url = https://github.com/FreeCAD/OndselSolver.git
|
|
[submodule "tests/lib"]
|
|
path = tests/lib
|
|
url = https://github.com/google/googletest
|
|
[submodule "src/3rdParty/GSL"]
|
|
path = src/3rdParty/GSL
|
|
url = https://github.com/microsoft/GSL
|
|
[submodule "src/Mod/AddonManager"]
|
|
path = src/Mod/AddonManager
|
|
url = https://github.com/FreeCAD/AddonManager.git
|