From: maier Date: Mon, 25 Nov 2013 08:15:06 +0000 (+0000) Subject: Correction: Just use "trunk" if no svn information is available X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=232809f45f2005f8b754615c573778dc676cda66;p=dealii-svn.git Correction: Just use "trunk" if no svn information is available git-svn-id: https://svn.dealii.org/trunk@31789 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/scripts/run_testsuite.cmake b/deal.II/cmake/scripts/run_testsuite.cmake index d052c27e48..6eb0713820 100644 --- a/deal.II/cmake/scripts/run_testsuite.cmake +++ b/deal.II/cmake/scripts/run_testsuite.cmake @@ -523,9 +523,9 @@ ENDIF() IF("${_branch}" STREQUAL "") # - # If we have no branch information, just use "generic" as a subproject: + # If we have no branch information, just assume we are on trunk: # - SET_PROPERTY(GLOBAL PROPERTY SubProject "no_svn_info") + SET_PROPERTY(GLOBAL PROPERTY SubProject "trunk") ELSE() SET_PROPERTY(GLOBAL PROPERTY SubProject ${_branch}) ENDIF()