From a656e402b72d9fffc9a978eec14e0cb816cdc4a1 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 17 Jun 2011 16:37:58 +0000 Subject: [PATCH] Reset OPENSCENEGRAPH_SVN setting to branches to enable the tags to be created on the branches rather svn/trunk. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cfc3d2ba0..8948ec225 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -126,8 +126,8 @@ ENDIF() OPTION(OSG_MAINTAINER "Enable OpenSceneGraph maintainer build methods, such as making svn branches, tags, updating ChangeLog." OFF) IF (OSG_MAINTAINER) - SET(OPENSCENEGRAPH_SVN "trunk") - #SET(OPENSCENEGRAPH_SVN "branches") + #SET(OPENSCENEGRAPH_SVN "trunk") + SET(OPENSCENEGRAPH_SVN "branches") SET(OPENSCENEGRAPH_BRANCH OpenSceneGraph-${OPENSCENEGRAPH_MAJOR_VERSION}.${OPENSCENEGRAPH_MINOR_VERSION}) #