CMake: Added documentation about `CMAKE_SSL_FORWARD_ARGS`. This is a variable that is used by Libevent and cURL during configuration time. The variable is used to syncronize the options used to build/link OpenSSL between 3rdparty dependencies.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/e76759a3 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/e76759a3 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/e76759a3 Branch: refs/heads/master Commit: e76759a366c60f4525f38bd10739066f7ce67fa0 Parents: d603101 Author: Joseph Wu <josep...@apache.org> Authored: Wed Oct 11 14:48:02 2017 -0700 Committer: Joseph Wu <josep...@apache.org> Committed: Wed Oct 11 14:48:02 2017 -0700 ---------------------------------------------------------------------- docs/cmake.md | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/e76759a3/docs/cmake.md ---------------------------------------------------------------------- diff --git a/docs/cmake.md b/docs/cmake.md index 74df542..1e1a27e 100644 --- a/docs/cmake.md +++ b/docs/cmake.md @@ -309,6 +309,12 @@ CMake project. If either the `CONFIGURE_COMMAND` or `BUILD_COMMAND` arguments of This variable ensures that compilation configurations are properly propagated to third-party dependencies, such as compiler flags. +### `CMAKE_SSL_FORWARD_ARGS` + +The `CMAKE_SSL_FORWARD_ARGS` variable defined in `3rdparty/CMakeLists.txt` +is like `CMAKE_FORWARD_ARGS`, but only used for specific external projects +that find and link against OpenSSL. + ## `LIBRARY_LINKAGE` This variable is a shortcut used in `3rdparty/CMakeLists.txt`. It is set to