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 2017/09/03 12:51:30 UTC

[08/42] mesos git commit: CMake: Updated 3rdparty's usage of stout.

CMake: Updated 3rdparty's usage of stout.

Because stout now has a proper CMakeLists file (which defines the
stout target), 3rdparty should include the stout subdirectory
instead of stout's tests.

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


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

Branch: refs/heads/master
Commit: da357f4f618b1e551f5a7c3eae93f68aa2ede38d
Parents: ca24018
Author: Andrew Schwartzmeyer <an...@schwartzmeyer.com>
Authored: Mon Aug 7 18:33:06 2017 -0700
Committer: Joseph Wu <jo...@apache.org>
Committed: Sun Sep 3 05:51:05 2017 -0700

----------------------------------------------------------------------
 3rdparty/CMakeLists.txt | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/da357f4f/3rdparty/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/3rdparty/CMakeLists.txt b/3rdparty/CMakeLists.txt
index a36bc24..a503194 100755
--- a/3rdparty/CMakeLists.txt
+++ b/3rdparty/CMakeLists.txt
@@ -376,12 +376,11 @@ else ()
     )
 endif ()
 
-
-# BUILDING THE STOUT TESTS.
+# BUILDING THE STOUT LIBRARY AND ITS TESTS.
 #
-# Builds, configures, and compiles the Stout tests.
-###################################################
-add_subdirectory(stout/tests)
+# Builds, configures, and compiles the stout library and assorted tests.
+########################################################################
+add_subdirectory(stout)
 
 
 # BUILDING THE PROCESS LIBRARY AND ITS TESTS.