fixing tag name for development branch (#5496)
This commit is contained in:
parent
aee44efada
commit
e851d15974
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class Amrex(CMakePackage):
|
|||
|
||||
version('17.06', git='https://github.com/AMReX-Codes/amrex.git', commit='836d3c7')
|
||||
version('master', git='https://github.com/AMReX-Codes/amrex.git', tag='master')
|
||||
version('develop', git='https://github.com/AMReX-Codes/amrex.git', tag='develop')
|
||||
version('develop', git='https://github.com/AMReX-Codes/amrex.git', tag='development')
|
||||
|
||||
variant('dims',
|
||||
default='3',
|
||||
|
|
Loading…
Reference in a new issue