Revision: 40884
http://brlcad.svn.sourceforge.net/brlcad/?rev=40884&view=rev
Author: starseeker
Date: 2010-09-29 21:22:01 +0000 (Wed, 29 Sep 2010)
Log Message:
-----------
Tweaks to FindSVNLIBS - not clear yet if this will actually build svntest, will
probably need to verify the support the version of the svn_* functions being
used. svn warns when using older versions of these functions, so we can't get
a clean build unless we stay 'current', but doing so also means older libs
won't work - a bit annoying.
Modified Paths:
--------------
rt^3/trunk/cmake/FindSVNLIBS.cmake
Modified: rt^3/trunk/cmake/FindSVNLIBS.cmake
===================================================================
--- rt^3/trunk/cmake/FindSVNLIBS.cmake 2010-09-29 21:07:41 UTC (rev 40883)
+++ rt^3/trunk/cmake/FindSVNLIBS.cmake 2010-09-29 21:22:01 UTC (rev 40884)
@@ -10,18 +10,15 @@
# SVN_CLIENT_LIBRARY, the svn client library
# SVN_REPOS_LIBRARY, the svn repository library
-FIND_PATH(SVN_INCLUDE_DIR NAMES svn_client.h)
+FIND_PATH(SVN_INCLUDE_DIR NAMES svn_client.h PATH_SUFFIXES subversion-1)
FIND_LIBRARY(SVN_CLIENT_LIBRARY NAMES svn_client-1 svn_client-1.0)
FIND_LIBRARY(SVN_REPOS_LIBRARY NAMES svn_repos-1 svn_repos-1.0)
-
-FIND_LIBRARY(APU_LIBRARY NAMES aprutil-1 aprutil-1.0)
-
SET(PACKAGE_HANDLE_VARS SVN_INCLUDE_DIR SVN_CLIENT_LIBRARY SVN_REPOS_LIBRARY)
INCLUDE(FindPackageHandleStandardArgs)
-FIND_PACKAGE_HANDLE_STANDARD_ARGS(APR DEFAULT_MSG ${PACKAGE_HANDLE_VARS})
+FIND_PACKAGE_HANDLE_STANDARD_ARGS(SVN DEFAULT_MSG ${PACKAGE_HANDLE_VARS})
MARK_AS_ADVANCED(SVN_INCLUDE_DIR SVN_CLIENT_LIBRARY SVN_REPOS_LIBRARY)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits