OCT 1. 增加系统依赖库提示

This commit is contained in:
huangxin 2023-01-30 10:15:53 +08:00
parent 036f589fe7
commit c33bde5e20
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ FUNCTION(LINUX_INSTALL_SYSTEM_PACKAGE)
ELSEIF (${OS_DISTRIB_NAME} MATCHES "Ubuntu") ELSEIF (${OS_DISTRIB_NAME} MATCHES "Ubuntu")
MESSAGE(FATAL_ERROR "$sudo -S apt -y install libcurl4-openssl-dev libczmq-dev libssl-dev uuid-dev") MESSAGE(FATAL_ERROR "$sudo -S apt -y install libcurl4-openssl-dev libczmq-dev libssl-dev uuid-dev")
ENDIF () ENDIF ()
ELSE() ELSE ()
MESSAGE(FATAL_ERROR "Run command to install system dependencies libraries by yourself") MESSAGE(FATAL_ERROR "Run command to install system dependencies libraries [libcurl,libssl,libcrypto,libzmq] by yourself")
ENDIF () ENDIF ()
ENDFUNCTION(LINUX_INSTALL_SYSTEM_PACKAGE) ENDFUNCTION(LINUX_INSTALL_SYSTEM_PACKAGE)