From 79123e300a3e982b04f5d1907941c9955d551db3 Mon Sep 17 00:00:00 2001 From: Samuel Browne Date: Thu, 9 Mar 2023 09:26:54 -0700 Subject: [PATCH] Remove confusing comment It was referencing changes that have not happend (I can't find any other repositories with release branch names), so remove the instructions. User Support Ticket(s) or Story Referenced: TRILFRAME-557 --- Version.cmake | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Version.cmake b/Version.cmake index 2c3b5acc5a9c..2fe0c0a21915 100644 --- a/Version.cmake +++ b/Version.cmake @@ -69,7 +69,3 @@ SET(Trilinos_ENABLE_DEVELOPMENT_MODE_DEFAULT OFF) # Change to 'OFF' for a releas SET(Trilinos_REPOSITORY_BRANCH "trilinos-release-14-0-branch" CACHE INTERNAL "") SET(Trilinos_EXTRAREPOS_BRANCH "master" CACHE INTERNAL "") SET(Trilinos_TESTING_TRACK "" CACHE INTERNAL "") - -# NOTE: Above, the extra repos for Trilinos don't have a 'develop' branch yet -# so you have to run this with 'master'. But on a release branch, these -# should be change to all the same branch.