#6556 Fixed cmakes for static SSL linkin

This commit is contained in:
Jamie Newbon 2019-11-01 15:12:28 +00:00
parent 4d9c196cae
commit 9005fe3ce0
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ endif()
add_executable(synergyc ${sources}) add_executable(synergyc ${sources})
target_link_libraries(synergyc target_link_libraries(synergyc
arch base client common io mt net ipc platform server synlib ) arch base client common io mt net ipc platform server synlib ${OPENSSL_LIBS})
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
install (TARGETS synergyc DESTINATION ${SYNERGY_BUNDLE_BINARY_DIR}) install (TARGETS synergyc DESTINATION ${SYNERGY_BUNDLE_BINARY_DIR})