Set default to range-v3~doc (#20153)
This is a more sensible default, I think, as it avoids the doxygen dependency.
This commit is contained in:
parent
7c26a10de8
commit
795611b652
@ -48,7 +48,7 @@ class RangeV3(CMakePackage):
|
||||
description='Use the specified C++ standard when building.')
|
||||
|
||||
variant('doc',
|
||||
default=True,
|
||||
default=False,
|
||||
description='Build and install documentation.')
|
||||
|
||||
variant('examples',
|
||||
|
Loading…
Reference in New Issue
Block a user