[
https://issues.apache.org/jira/browse/MESOS-7938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gavin updated MESOS-7938:
-------------------------
Comment: was deleted
(was: www.rtat.net)
> CMake build should give Libevent a hint to use HomeBrew OpenSSL on OSX
> ----------------------------------------------------------------------
>
> Key: MESOS-7938
> URL: https://issues.apache.org/jira/browse/MESOS-7938
> Project: Mesos
> Issue Type: Improvement
> Components: cmake
> Reporter: Joseph Wu
> Priority: Major
>
> 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:
> {code}
> -DOPENSSL_ROOT_DIR=`brew --prefix openssl`
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)