From fe1990565f8d24beeac08648e8785e08470265e7 Mon Sep 17 00:00:00 2001 From: Benjamin Nauck Date: Wed, 16 Apr 2025 20:31:14 +0200 Subject: [PATCH] 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 ``` --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index e6a738fdf5..9bad1a2147 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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