Repository: mesos Updated Branches: refs/heads/master e590f2fd2 -> 064b62a55
CMake: Added protobuf compilation to Windows builds. Review: https://reviews.apache.org/r/39623/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/064b62a5 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/064b62a5 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/064b62a5 Branch: refs/heads/master Commit: 064b62a55eabf0ecc21999814a22eb24244ada79 Parents: e590f2f Author: Alex Clemmer <[email protected]> Authored: Mon Dec 14 09:23:16 2015 -0800 Committer: Joris Van Remoortere <[email protected]> Committed: Mon Dec 14 14:14:20 2015 -0800 ---------------------------------------------------------------------- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/064b62a5/src/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0d46043..bdc45ae 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -285,6 +285,7 @@ set(MESSAGES_SRC set(MESOS_SRC ${MESOS_SRC} ${AGENT_SRC} + ${MESOS_PROTOBUF_SRC} ) if (NOT WIN32) @@ -312,7 +313,6 @@ if (NOT WIN32) ${VERSION_SRC} ${WATCHER_SRC} ${ZOOKEEPER_SRC} - ${MESOS_PROTOBUF_SRC} ) endif (NOT WIN32)
