You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2016/07/03 00:58:36 UTC

mesos git commit: Fixed the broken Cmake build.

Repository: mesos
Updated Branches:
  refs/heads/master 865160aad -> 9f6434927


Fixed the broken Cmake build.


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

Branch: refs/heads/master
Commit: 9f64349276ccd322fdd27f946df96014384e50a8
Parents: 865160a
Author: Benjamin Mahler <bm...@apache.org>
Authored: Sat Jul 2 17:58:30 2016 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Sat Jul 2 17:58:30 2016 -0700

----------------------------------------------------------------------
 src/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/9f643492/src/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index bf2db03..760519c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -154,6 +154,7 @@ set(LINUX_SRC
   ${LINUX_SRC}
   linux/cgroups.cpp
   linux/fs.cpp
+  linux/ldcache.cpp
   linux/perf.cpp
   linux/systemd.cpp
   slave/containerizer/mesos/linux_launcher.cpp