Cloud: [skip ci] restore old CMake variable to link to OpenSSL to fix build failure on Linux and Windows

This commit is contained in:
wmayer
2020-04-06 17:58:08 +02:00
parent 7a06067150
commit 60ac500048

View File

@@ -11,7 +11,7 @@ include_directories(
set(Cloud_LIBS
FreeCADApp
${OPENSSL_LINK_LIBRARIES}
${OPENSSL_LIBRARIES}
${CURL_LIBRARIES}
${XercesC_LIBRARIES}
${Boost_LIBRARIES}