From c33bde5e20221db79052408d77cf2a7f9c7e5803 Mon Sep 17 00:00:00 2001 From: huangxin Date: Mon, 30 Jan 2023 10:15:53 +0800 Subject: [PATCH] =?UTF-8?q?OCT=201.=20=E5=A2=9E=E5=8A=A0=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=BA=93=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- depend/system_libs.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/depend/system_libs.cmake b/depend/system_libs.cmake index d5be3fd..c82e17d 100644 --- a/depend/system_libs.cmake +++ b/depend/system_libs.cmake @@ -23,7 +23,7 @@ FUNCTION(LINUX_INSTALL_SYSTEM_PACKAGE) ELSEIF (${OS_DISTRIB_NAME} MATCHES "Ubuntu") MESSAGE(FATAL_ERROR "$sudo -S apt -y install libcurl4-openssl-dev libczmq-dev libssl-dev uuid-dev") ENDIF () - ELSE() - MESSAGE(FATAL_ERROR "Run command to install system dependencies libraries by yourself") + ELSE () + MESSAGE(FATAL_ERROR "Run command to install system dependencies libraries [libcurl,libssl,libcrypto,libzmq] by yourself") ENDIF () ENDFUNCTION(LINUX_INSTALL_SYSTEM_PACKAGE) \ No newline at end of file