Show error, if ssl lib cannot be found

This commit is contained in:
LordGrey 2023-07-13 18:23:15 +02:00
parent c03b5b9a94
commit cda711e601
1 changed files with 2 additions and 0 deletions

View File

@ -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