From 60ac500048dd4e1e68b6ecac1b17c34a8aba015d Mon Sep 17 00:00:00 2001 From: wmayer Date: Mon, 6 Apr 2020 17:58:08 +0200 Subject: [PATCH] Cloud: [skip ci] restore old CMake variable to link to OpenSSL to fix build failure on Linux and Windows --- src/Mod/Cloud/App/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Cloud/App/CMakeLists.txt b/src/Mod/Cloud/App/CMakeLists.txt index 3c5a43edba..d51883b4f5 100644 --- a/src/Mod/Cloud/App/CMakeLists.txt +++ b/src/Mod/Cloud/App/CMakeLists.txt @@ -11,7 +11,7 @@ include_directories( set(Cloud_LIBS FreeCADApp - ${OPENSSL_LINK_LIBRARIES} + ${OPENSSL_LIBRARIES} ${CURL_LIBRARIES} ${XercesC_LIBRARIES} ${Boost_LIBRARIES}