From d89005af4a2cb75cf4428224edb493e0cb9513eb Mon Sep 17 00:00:00 2001 From: Nimetu Date: Mon, 2 Oct 2017 15:53:44 +0300 Subject: [PATCH] Fixed: Dynamic linking client --HG-- branch : develop --- code/ryzom/client/src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/code/ryzom/client/src/CMakeLists.txt b/code/ryzom/client/src/CMakeLists.txt index f0409a2e1..26b208c67 100644 --- a/code/ryzom/client/src/CMakeLists.txt +++ b/code/ryzom/client/src/CMakeLists.txt @@ -177,6 +177,7 @@ IF(WITH_RYZOM_CLIENT) ${LUA_LIBRARIES} ${LUABIND_LIBRARIES} ${CURL_LIBRARIES} + ${OPENSSL_LIBRARIES} ) IF(NOT APPLE AND NOT WIN32)