You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2016/08/01 20:29:10 UTC

[4/6] mesos git commit: CMake: Removed outdated and commented-out build targets.

CMake: Removed outdated and commented-out build targets.

The master is now being built by src/master/CMakeLists.txt.
The `mesos-log` target does not exist and may be added later.


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

Branch: refs/heads/master
Commit: 6c9a540562cad1b0192f4687629068c80f6febaf
Parents: dac771f
Author: Joseph Wu <jo...@apache.org>
Authored: Thu Jul 28 15:32:53 2016 -0700
Committer: Joseph Wu <jo...@apache.org>
Committed: Mon Aug 1 13:12:04 2016 -0700

----------------------------------------------------------------------
 src/CMakeLists.txt | 13 -------------
 1 file changed, 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/6c9a5405/src/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d4bc0f2..85bf40f 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -525,16 +525,3 @@ add_subdirectory(usage/)
 if (NOT WIN32)
   add_subdirectory(tests/)
 endif (NOT WIN32)
-
-
-# mesos-log
-###############################################################################
-#add_executable(${MESOS_LOG} log/main.cpp)
-#target_link_libraries(${MESOS_LOG} ${PROCESS_AGENT_LIBS})
-#add_dependencies(${MESOS_LOG} ${MESOS_FETCHER})
-
-# mesos-master
-###############################################################################
-#add_executable(${MESOS_MASTER} master/main.cpp)
-#target_link_libraries(${MESOS_MASTER} ${PROCESS_AGENT_LIBS})
-#add_dependencies(${MESOS_MASTER} ${MESOS_FETCHER})