From: Matthias Maier Date: Mon, 25 Nov 2013 08:15:06 +0000 (+0000) Subject: Correction: Just use "trunk" if no svn information is available X-Git-Tag: v8.1.0~179 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=181e5511dfe95e8e8b023164e29f5e58a47ce707;p=dealii.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()