cgal: fix typo in variant name (#23001)
This commit is contained in:
parent
7f91c1a510
commit
43939622ac
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user