Don't link dirrectly against openssl
authorOlivier Goffart <ogoffart@woboq.com>
Tue, 13 Jun 2017 07:58:20 +0000 (09:58 +0200)
committerOlivier Goffart <olivier@woboq.com>
Tue, 13 Jun 2017 09:27:23 +0000 (11:27 +0200)
commit6e57b0219edd7dcc99509620277bb53478d958a6
treeb23e70286ca3381307222af9d9f4b8ac2597a9a3
parent3a002a1ddf3e1d71fa38097c84e95a05a6332ec7
Don't link dirrectly against openssl

All our crypto code is handled by qt nodaways.
No need to carry this dependency.

Especially since it causes warnings on system where there are
twp openssl version installed:
/usr/bin/ld: warning: libcrypto.so.1.0.0, needed by /usr/lib/libQt5Network.so.5.9.0, may conflict with libcrypto.so.1.1
CMakeLists.txt
cmake/modules/FindOpenSSLCross.cmake [deleted file]
doc/building.rst
src/gui/CMakeLists.txt
src/gui/application.cpp
src/libsync/CMakeLists.txt
src/libsync/theme.cpp