From 1d1556fb0725248653b02ab8a0121581a51c779e Mon Sep 17 00:00:00 2001 From: huangxin Date: Mon, 30 Jan 2023 10:16:23 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depend/system_libs.cmake b/depend/system_libs.cmake index c82e17d..096f679 100644 --- a/depend/system_libs.cmake +++ b/depend/system_libs.cmake @@ -24,6 +24,6 @@ FUNCTION(LINUX_INSTALL_SYSTEM_PACKAGE) 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 [libcurl,libssl,libcrypto,libzmq] by yourself") + MESSAGE(FATAL_ERROR "Run command to install system dependencies libraries [libcurl,libssl,libcrypto,libzmq, uuid] by yourself") ENDIF () ENDFUNCTION(LINUX_INSTALL_SYSTEM_PACKAGE) \ No newline at end of file