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