Skip to content

Commit 4bae462

Browse files
author
Adam Rankin
committed
Plus-1.6.0
1 parent 2f552a0 commit 4bae462

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PlusBuild/External_PlusApp.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ExternalProject_Add(PlusApp
1414
#--Download step--------------
1515
SVN_USERNAME ${PLUSBUILD_ASSEMBLA_USERNAME}
1616
SVN_PASSWORD ${PLUSBUILD_ASSEMBLA_PASSWORD}
17-
SVN_REPOSITORY https://subversion.assembla.com/svn/plus/trunk/PlusApp
17+
SVN_REPOSITORY https://subversion.assembla.com/svn/plus/branches/Plus-1.6/PlusApp
1818
${PLUSBUILD_SVN_REVISION_ARGS}
1919
#--Configure step-------------
2020
CMAKE_ARGS

PlusBuild/External_PlusLib.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ExternalProject_Add(PlusLib
6969
#--Download step--------------
7070
SVN_USERNAME ${PLUSBUILD_ASSEMBLA_USERNAME}
7171
SVN_PASSWORD ${PLUSBUILD_ASSEMBLA_PASSWORD}
72-
SVN_REPOSITORY https://subversion.assembla.com/svn/plus/trunk/PlusLib
72+
SVN_REPOSITORY https://subversion.assembla.com/svn/plus/branches/Plus-1.6/PlusLib
7373
${PLUSBUILD_SVN_REVISION_ARGS}
7474
#--Configure step-------------
7575
CMAKE_ARGS

0 commit comments

Comments
 (0)