You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2016/04/01 18:17:05 UTC

mesos git commit: Fixed Cmake build by adding CNI_SPEC to MESOS_PROTOBUF_SRC.

Repository: mesos
Updated Branches:
  refs/heads/master 0319ce779 -> 4e14d6c5c


Fixed Cmake build by adding CNI_SPEC to MESOS_PROTOBUF_SRC.

Review: https://reviews.apache.org/r/45582/


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

Branch: refs/heads/master
Commit: 4e14d6c5c515581aa739adc001e293d57e5d2ff4
Parents: 0319ce7
Author: Joerg Schad <jo...@mesosphere.io>
Authored: Fri Apr 1 09:15:52 2016 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Fri Apr 1 09:16:16 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/4e14d6c5/src/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 366a7ae..ff225c0 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -59,6 +59,7 @@ set(MESOS_PROTOBUF_SRC
   ${APPC_SPEC_PROTO_CC}
   ${AUTHENTICATION_PROTO_CC}
   ${AUTHORIZATION_PROTO_CC}
+  ${CNI_SPEC_PROTO_CC}
   ${CONTAINERIZER_PROTO_CC}
   ${DOCKER_SPEC_PROTO_CC}
   ${DOCKER_V1_PROTO_CC}