Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-7938

CMake build should give Libevent a hint to use HomeBrew OpenSSL on OSX

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • cmake
    • None

    Description

      The CMake build currently uses standard CMake modules (i.e. find_package) to find OpenSSL and Libevent installed on the system. On OSX however, CMake will generally find the system installed version of OpenSSL rather than the more up-to-date HomeBrew package.

      We should consider giving this hint to the Libevent package finder:

      -DOPENSSL_ROOT_DIR=`brew --prefix openssl`
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            kaysoky Joseph Wu
            Joseph Wu Joseph Wu
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: