You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2018/06/26 07:33:23 UTC

[2/2] mesos-site git commit: Updated the website built from mesos SHA: 9407d54.

Updated the website built from mesos SHA: 9407d54.


Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/fced2507
Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/fced2507
Diff: http://git-wip-us.apache.org/repos/asf/mesos-site/diff/fced2507

Branch: refs/heads/asf-site
Commit: fced2507ac4cd07b77bfe625aeacef2b04ad4d23
Parents: b44aebf
Author: jenkins <bu...@apache.org>
Authored: Tue Jun 26 07:33:17 2018 +0000
Committer: jenkins <bu...@apache.org>
Committed: Tue Jun 26 07:33:17 2018 +0000

----------------------------------------------------------------------
 .../latest/configuration/cmake/index.html       |   18 +
 content/sitemap.xml                             | 9302 +++++++++---------
 2 files changed, 4669 insertions(+), 4651 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos-site/blob/fced2507/content/documentation/latest/configuration/cmake/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/configuration/cmake/index.html b/content/documentation/latest/configuration/cmake/index.html
index 4143818..0d87f70 100644
--- a/content/documentation/latest/configuration/cmake/index.html
+++ b/content/documentation/latest/configuration/cmake/index.html
@@ -212,6 +212,24 @@
   </tr>
   <tr>
     <td>
+      -DUNBUNDLED_LIBEVENT=(TRUE|FALSE)
+    </td>
+    <td>
+      Build libprocess with an installed libevent version instead of the bundled.
+      [default=TRUE for macOS, FALSE otherwise]
+    </td>
+  </tr>
+  <tr>
+    <td>
+      -DLIBEVENT_ROOT_DIR=[path]
+    </td>
+    <td>
+      Specify the path to libevent, e.g. "C:\libevent-Win64".
+      [default=unspecified]
+    </td>
+  </tr>
+  <tr>
+    <td>
       -DENABLE_SSL=(TRUE|FALSE)
     </td>
     <td>