Repository: mesos
Updated Branches:
  refs/heads/master b53c5d3a5 -> f457ecd26


CMake: Fixed resource_provider.proto variable name.


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

Branch: refs/heads/master
Commit: f457ecd26cf4040f501fa630a16af0ffdb896e46
Parents: b53c5d3
Author: Joseph Wu <[email protected]>
Authored: Mon May 8 11:18:35 2017 -0700
Committer: Joseph Wu <[email protected]>
Committed: Mon May 8 11:18:35 2017 -0700

----------------------------------------------------------------------
 src/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/f457ecd2/src/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 89cbd3f..40d921e 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -83,7 +83,7 @@ set(PUBLIC_PROTOBUF_SRC
   ${OCI_SPEC_PROTO_CC}
   ${OVERSUBSCRIPTION_PROTO_CC}
   ${QUOTA_PROTO_CC}
-  ${RESOURCE_PROVIDER_CC}
+  ${RESOURCE_PROVIDER_PROTO_CC}
   ${SCHEDULER_PROTO_CC}
   ${STATE_PROTO_CC}
   ${URI_PROTO_CC}
@@ -94,7 +94,7 @@ set(PUBLIC_PROTOBUF_SRC
   ${V1_MASTER_PROTO_CC}
   ${V1_MESOS_PROTO_CC}
   ${V1_QUOTA_PROTO_CC}
-  ${V1_RESOURCE_PROVIDER_CC}
+  ${V1_RESOURCE_PROVIDER_PROTO_CC}
   ${V1_SCHEDULER_PROTO_CC}
   )
 

Reply via email to