palisade: add a named version for the "fppe-logreg" branch (#28544)

Co-authored-by: John Wohlbier <jgwohlbier@sei.cmu.edu>
This commit is contained in:
John Wohlbier 2022-01-23 04:43:32 -05:00 committed by GitHub
parent 5ff72ca079
commit 3893b90cb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,8 @@ class PalisadeDevelopment(CMakePackage):
version('feature-fixed-point-encoding',
branch='feature-fixed-point-encoding')
version('fppe-logreg',
branch='fppe-logreg')
version('master', branch='master', preferred=True)
variant('shared', default=True, description='Build shared library.')