CMake: Removed unused libsvn binaries from `FindSvn.cmake`.

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


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

Branch: refs/heads/master
Commit: 442295746fc445428e38443a3f0ed500bf0868b3
Parents: 7f0906a
Author: Alex Clemmer <[email protected]>
Authored: Sat Oct 3 16:51:45 2015 -0700
Committer: Joris Van Remoortere <[email protected]>
Committed: Sat Oct 3 17:36:37 2015 -0700

----------------------------------------------------------------------
 3rdparty/libprocess/3rdparty/stout/cmake/FindSvn.cmake | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/44229574/3rdparty/libprocess/3rdparty/stout/cmake/FindSvn.cmake
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/cmake/FindSvn.cmake 
b/3rdparty/libprocess/3rdparty/stout/cmake/FindSvn.cmake
index 8773739..c975a16 100644
--- a/3rdparty/libprocess/3rdparty/stout/cmake/FindSvn.cmake
+++ b/3rdparty/libprocess/3rdparty/stout/cmake/FindSvn.cmake
@@ -43,20 +43,11 @@ set(POSSIBLE_SVN_INCLUDE_DIRECTORIES
 
 set(SVN_LIB_NAMES
   ${SVN_LIB_NAMES}
-  svn_client-1
   svn_delta-1
   svn_diff-1
-  svn_fs-1
-  svn_fs_fs-1
-  svn_fs_util-1
-  svn_ra-1
-  svn_ra_local-1
-  svn_ra_serf-1
-  svn_ra_svn-1
-  svn_repos-1
   svn_subr-1
-  svn_wc-1
-  )
+   )
+
 
 set(POSSIBLE_SVN_LIB_DIRECTORIES
   ${POSSIBLE_SVN_LIB_DIRECTORIES}

Reply via email to