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.