Point OndselSolver to FreeCAD's organization
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 ```
This commit is contained in:
committed by
Chris Hennes
parent
a1c5950d9a
commit
fe1990565f
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,6 +1,6 @@
|
||||
[submodule "src/3rdParty/OndselSolver"]
|
||||
path = src/3rdParty/OndselSolver
|
||||
url = https://github.com/Ondsel-Development/OndselSolver.git
|
||||
url = https://github.com/FreeCAD/OndselSolver.git
|
||||
[submodule "tests/lib"]
|
||||
path = tests/lib
|
||||
url = https://github.com/google/googletest
|
||||
|
||||
Reference in New Issue
Block a user