-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57262/
-----------------------------------------------------------
(Updated March 9, 2017, 12:12 p.m.)
Review request for mesos, Andrew Schwartzmeyer, Alex Clemmer, and Joris Van
Remoortere.
Changes
-------
Removed custom `FindSsl.cmake` file in favor of the built-in
`FindOpenSSL.cmake` file from CMake itself.
Bugs: MESOS-6691
https://issues.apache.org/jira/browse/MESOS-6691
Repository: mesos
Description (updated)
-------
This adds SSL-related files to the libprocess build, including tests.
The SSL libraries/headers are found using the built-in CMake
module `FindOpenSSL.cmake`.
Diffs (updated)
-----
3rdparty/libprocess/cmake/ProcessConfigure.cmake
c15b0a66c5226c2810454b0b0aa8f92b57cc13ab
3rdparty/libprocess/src/CMakeLists.txt
ab362aa476e528deef691239a70f0be9d864e6c0
3rdparty/libprocess/src/tests/CMakeLists.txt
cf1900e77a0fa22dffa017fe81a7faf9ae2508d0
Diff: https://reviews.apache.org/r/57262/diff/3/
Changes: https://reviews.apache.org/r/57262/diff/2-3/
Testing (updated)
-------
cmake .. -DENABLE_LIBEVENT=1 -DENABLE_SSL=1
make check
Thanks,
Joseph Wu