From 333bca95dc411f858e75e1818c1fb6bb2f7118f8 Mon Sep 17 00:00:00 2001 From: songchangxia Date: Sat, 7 Aug 2021 18:40:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 08fc493..8a7b782 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ set(PARSER_DIR ${CMAKE_CURRENT_LIST_DIR}) if (DEFINED ENV{D_PKG_SERVER}) set(PARSER_PB_PKG $ENV{D_PKG_SERVER}) elseif (DEFINED ENV{MSLIBS_SERVER}) - set(PARSER_PB_PKG "http://$ENV{MSLIBS_SERVER}:8081/repository/files") + set(PARSER_PB_PKG "http://$ENV{MSLIBS_SERVER}:31081/repository/files") message("Download packages from MSPKG server") endif ()