-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57262/
-----------------------------------------------------------
(Updated March 3, 2017, 1:05 p.m.)
Review request for mesos, Andrew Schwartzmeyer, Alex Clemmer, and Joris Van
Remoortere.
Changes
-------
Changing to WIP, as this patch does not work at the moment.
Summary (updated)
-----------------
WIP: CMake: Added support for SSL-enabled builds.
Bugs: MESOS-6691
https://issues.apache.org/jira/browse/MESOS-6691
Repository: mesos
Description
-------
This adds SSL-related files to the libprocess build, including tests.
Diffs
-----
3rdparty/libprocess/cmake/FindSsl.cmake PRE-CREATION
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/1/
Testing (updated)
-------
cmake .. -DENABLE_LIBEVENT=1 -DENABLE_SSL=1
make check
---
Need to fix how CMake finds Libevent for this to work (it currently downloads a
2.1.5 libevent tarball).
Thanks,
Joseph Wu