diff --git a/.gitmodules b/.gitmodules index 473f309..7e44e02 100644 --- a/.gitmodules +++ b/.gitmodules @@ -17,4 +17,4 @@ url = https://github.com/nih-at/libzip.git [submodule "modules/NeuralAmpModelerCore"] path = modules/NeuralAmpModelerCore - url = https://github.com/sdatkinson/NeuralAmpModelerCore.git + url = https://github.com/rerdavies/NeuralAmpModelerCore.git diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index 7570ab5..793f4c0 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -26,3 +26,5 @@ option(BUILD_OSSFUZZ "Build fuzzers for ossfuzz" OFF) option(BUILD_EXAMPLES "Build examples" OFF) option(BUILD_DOC "Build documentation" OFF) add_subdirectory("libzip") + +add_subdirectory("NeuralAmpModelerCore") \ No newline at end of file diff --git a/modules/NeuralAmpModelerCore b/modules/NeuralAmpModelerCore index 8b5a7ce..7feb59b 160000 --- a/modules/NeuralAmpModelerCore +++ b/modules/NeuralAmpModelerCore @@ -1 +1 @@ -Subproject commit 8b5a7cef1c8a4b6faed26a5767e1fc553f0f55f5 +Subproject commit 7feb59b1d86a23c40e8e9f2e33d5591cb11da2d1