cgal: fix typo in variant name (#23001)

This commit is contained in:
Adam J. Stewart 2021-04-15 04:17:56 -05:00 committed by GitHub
parent 7f91c1a510
commit 43939622ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ class Cgal(CMakePackage):
variant('build_type', default='Release',
description='The build type to build',
values=('Debug', 'Release'))
variant('header-only', default=False,
variant('header_only', default=False,
description='Install in header only mode')
# ---- See "7 CGAL Libraries" at: