root: disable afterimage when ~x (#23962)

This commit is contained in:
Seth R. Johnson 2021-05-28 10:48:06 -04:00 committed by GitHub
parent 27c8aac3b6
commit a975cad6c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -359,7 +359,7 @@ def cmake_args(self):
# Options related to ROOT's ability to download and build its own
# dependencies. Per Spack convention, this should generally be avoided.
options += [
define('builtin_afterimage', True),
define_from_variant('builtin_afterimage', 'x'),
define('builtin_cfitsio', False),
define('builtin_davix', False),
define('builtin_fftw3', False),