mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Show error, if ssl lib cannot be found
This commit is contained in:
parent
c03b5b9a94
commit
cda711e601
@ -210,6 +210,8 @@ macro(DeployLinux TARGET)
|
||||
get_filename_component(file_canonical ${openssl_lib} REALPATH)
|
||||
gp_append_unique(PREREQUISITE_LIBS ${file_canonical})
|
||||
endforeach()
|
||||
else()
|
||||
message( WARNING "OpenSSL NOT found (https webserver will not work)")
|
||||
endif(OPENSSL_FOUND)
|
||||
|
||||
# Detect the Qt plugin directory, source: https://github.com/lxde/lxqt-qtplugin/blob/master/src/CMakeLists.txt
|
||||
|
Loading…
Reference in New Issue
Block a user