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:
Benjamin Nauck
2025-04-16 20:31:14 +02:00
committed by Chris Hennes
parent 68c3f62251
commit 69fc06168c

2
.gitmodules vendored
View File

@@ -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