palisade-development: change fppe-logreg variant to point to a stable tag instead of a branch (#28717)
Co-authored-by: John Wohlbier <jgwohlbier@sei.cmu.edu>
This commit is contained in:
parent
b0658b8b03
commit
9649246764
1 changed files with 4 additions and 4 deletions
|
@ -29,10 +29,10 @@ class PalisadeDevelopment(CMakePackage):
|
||||||
maintainers = ['wohlbier']
|
maintainers = ['wohlbier']
|
||||||
|
|
||||||
version('feature-fixed-point-encoding',
|
version('feature-fixed-point-encoding',
|
||||||
branch='feature-fixed-point-encoding')
|
branch='feature-fixed-point-encoding', submodules=True)
|
||||||
version('fppe-logreg',
|
version('fppe-logreg-v1.0',
|
||||||
branch='fppe-logreg')
|
tag='fppe-logreg-v1.0', submodules=True)
|
||||||
version('master', branch='master', preferred=True)
|
version('master', branch='master', preferred=True, submodules=True)
|
||||||
|
|
||||||
variant('shared', default=True, description='Build shared library.')
|
variant('shared', default=True, description='Build shared library.')
|
||||||
variant('static', default=True, description='Build static library.')
|
variant('static', default=True, description='Build static library.')
|
||||||
|
|
Loading…
Reference in a new issue