Skip to content
  • Nikola Hardi's avatar
    Support building with alibuild version of OpenSSL · 5b0ec3c6
    Nikola Hardi authored
    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.
    5b0ec3c6