From 7b9cace09485512db20fb35d89613f94c3ef2178 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 13 May 2013 11:51:44 +0000 Subject: [PATCH] Updated links to svn repository --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 73aa65ad8..8a113e120 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -171,9 +171,9 @@ IF (OSG_MAINTAINER) # Provide target for tagging a release # SET(SVNCOMMAND svn) - SET(SVNTRUNKDIR http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk) - SET(SVNTAGDIR http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags) - SET(SVNBRANCHDIR http://www.openscenegraph.org/svn/osg/OpenSceneGraph/branches) + SET(SVNTRUNKDIR http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk) + SET(SVNTAGDIR http://svn.openscenegraph.org/osg/OpenSceneGraph/tags) + SET(SVNBRANCHDIR http://svn.openscenegraph.org/osg/OpenSceneGraph/branches) IF (OPENSCENEGRAPH_SVN STREQUAL "trunk") SET(SVNSOURCEDIR ${SVNTRUNKDIR})