From 8a923ca5fd87e8e63bda337bb2e393fa3acda209 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 16 Oct 2020 01:34:51 +0200 Subject: Fix package repository download --- src/GlobalLib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GlobalLib.cpp') diff --git a/src/GlobalLib.cpp b/src/GlobalLib.cpp index 8346a83..9ad3d77 100644 --- a/src/GlobalLib.cpp +++ b/src/GlobalLib.cpp @@ -92,7 +92,7 @@ namespace sibs { if(globalLibLinkerFlagsResult.getErrorCode() == GlobalLib::DependencyError::DEPENDENCY_NOT_FOUND || globalLibLinkerFlagsResult.getErrorCode() == GlobalLib::DependencyError::DEPENDENCY_VERSION_NO_MATCH) { - printf("Dependency not found in global lib, trying to download from github\n"); + printf("Dependency not found in global lib, trying to download from package repository\n"); // TODO: Download several dependencies at the same time by adding them to a list // and then iterate them and download them all using several threads. // All dependecies should be downloaded at the same time, this includes dependencies of dependencies. -- cgit v1.2.3