Skip to content

Support building with alibuild version of OpenSSL

Nikola Hardi requested to merge (removed):cmake-openssl into master

This modification in CMakeLists is introduced to avoid problems with building this project with OpenSSL compiled by alibuild. Without these modifications the build fails because JAlien-ROOT includes libwebsockets headers which further include the OpenSSL headers. The OpenSSL headers may not be reachable if they are not available in the system include path, for example in alibuild workspace.

Merge request reports