From c52d009c91c683dbea411a9e63b69109591390b7 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Mon, 17 Jun 2024 11:21:00 +0200 Subject: [PATCH] Try to fix the submodule reference for automatic build --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 59dc600..a3b54a1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,4 +4,4 @@ brnach = main [submodule "float16"] path = float16 - url = http://gitlab.passervr.com/passer/cpp/float16.git + url = ../float16.git