summaryrefslogtreecommitdiff
path: root/CMakeLists.txt.freebsd
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2016-10-29 15:01:04 +0800
committerIru Cai <mytbk920423@gmail.com>2016-10-29 16:46:47 +0800
commit3fba22a7f7ecbd25a20de9a192c5c3e9c17fcf2a (patch)
tree539e313a53e2358003233a013a5b4d1f6e126586 /CMakeLists.txt.freebsd
parent1b2181a95012cda0bce8472a0af8fef41e624cdb (diff)
downloadfqterm-3fba22a7f7ecbd25a20de9a192c5c3e9c17fcf2a.tar.xz
only link crypto library instead of linking ssl and crypto
Diffstat (limited to 'CMakeLists.txt.freebsd')
-rw-r--r--CMakeLists.txt.freebsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt.freebsd b/CMakeLists.txt.freebsd
index e8c1317..871ef1c 100644
--- a/CMakeLists.txt.freebsd
+++ b/CMakeLists.txt.freebsd
@@ -41,7 +41,7 @@ target_link_libraries(fqterm.bin
${QT_QTSCRIPT_LIBRARIES}
${QT_LIBRARIES}
${QT_QTXML_LIBRARIES}
- ${OPENSSL_LIBRARIES}
+ ${OPENSSL_CRYPTO_LIBRARY}
${PYTHON_LIB}
)