From bd560c271fcac0f3a2c7cac13e997e771cb2e6d6 Mon Sep 17 00:00:00 2001 From: paulfd Date: Sun, 8 Sep 2019 18:23:24 +0200 Subject: [PATCH] Changed CNPY to the local fork for CMake integration --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 02cf3b99..d54a4756 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,5 +16,5 @@ shallow = true [submodule "external/cnpy"] path = external/cnpy - url = https://github.com/rogersce/cnpy.git + url = https://github.com/paulfd/cnpy.git shallow = true