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:
vvolkl 2020-11-28 22:17:48 +01:00 committed by GitHub
parent 7c26a10de8
commit 795611b652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',