From a81a4d47147939b34a4dc8408ac02a0ac0269d06 Mon Sep 17 00:00:00 2001 From: huangxin Date: Tue, 17 Jan 2023 16:25:24 +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=A3=80=E6=9F=A5=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- depend/system_libs.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/depend/system_libs.cmake b/depend/system_libs.cmake index be8c65e..153c9a4 100644 --- a/depend/system_libs.cmake +++ b/depend/system_libs.cmake @@ -23,5 +23,7 @@ FUNCTION(LINUX_INSTALL_SYSTEM_PACKAGE) ELSEIF (${OS_DISTRIB_NAME} MATCHES "Ubuntu") MESSAGE(ERROR "$sudo -S apt -y install libcurl4-openssl-dev libczmq-dev libssl-dev uuid-dev") ENDIF () + ELSE() + MESSAGE(ERROR "Run command to install system dependencies libraries by yourself") ENDIF () ENDFUNCTION(LINUX_INSTALL_SYSTEM_PACKAGE) \ No newline at end of file