Cleanup core cmake config
- Remove lz4 from link libraries, because it can be linked via EXTRA_CORE_LINK_LIBRARIES. It'd be more correct, because the open-source doesn't use lz4. Follow-up commit 55f968b4 ("msgpack: add stubs for compressed data support"). - Add OpenSSL include directories unconditionally, because they are used in the open-source build since commit e5ec324d ("Move OpenSSL initialization to lib/core/ssl"). NO_DOC=cmake NO_CHANGELOG=cmake
Please register or sign in to comment