You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by an...@apache.org on 2018/04/05 20:56:16 UTC

[3/4] mesos git commit: Linked subversion in stout build on FreeBSD.

Linked subversion in stout build on FreeBSD.

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


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

Branch: refs/heads/master
Commit: 279e487f10438b394ebb3cb3e31d50123e52caee
Parents: ab65ffb
Author: David Forsythe <df...@gmail.com>
Authored: Thu Apr 5 13:41:37 2018 -0700
Committer: Andrew Schwartzmeyer <an...@schwartzmeyer.com>
Committed: Thu Apr 5 13:41:37 2018 -0700

----------------------------------------------------------------------
 3rdparty/stout/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/279e487f/3rdparty/stout/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/3rdparty/stout/CMakeLists.txt b/3rdparty/stout/CMakeLists.txt
index 5d787d8..24a1f0a 100644
--- a/3rdparty/stout/CMakeLists.txt
+++ b/3rdparty/stout/CMakeLists.txt
@@ -32,6 +32,7 @@ target_link_libraries(
   zlib
   $<$<PLATFORM_ID:Linux>:rt dl svn>
   $<$<PLATFORM_ID:Darwin>:svn>
-  $<$<PLATFORM_ID:Windows>:Ws2_32 IPHlpAPI Mswsock Secur32 Userenv>)
+  $<$<PLATFORM_ID:Windows>:Ws2_32 IPHlpAPI Mswsock Secur32 Userenv>
+  $<$<PLATFORM_ID:FreeBSD>:svn>)
 
 add_subdirectory(tests)