OCT 1. 增加系统依赖库检查功能
This commit is contained in:
parent
ffe78c9719
commit
a81a4d4714
|
@ -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)
|
Loading…
Reference in New Issue