From 8f7123728eb86a939da40b3b8d88963716750530 Mon Sep 17 00:00:00 2001 From: ferdymercury Date: Fri, 19 Jan 2024 16:00:41 +0100 Subject: [PATCH] Use always bundled afterimage which contains many fixes that the obsolete upstream version does not (unmaintained package) Fixes https://github.com/root-project/root/issues/14247 This is an exception of the general rule introduced by https://github.com/root-project/root/commit/2b3250dc2a9cd828f6c8e398e69ecde0e1412111 --- cmake/modules/RootBuildOptions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/RootBuildOptions.cmake b/cmake/modules/RootBuildOptions.cmake index 95f7ec18ab7a0..a35db922e6f22 100644 --- a/cmake/modules/RootBuildOptions.cmake +++ b/cmake/modules/RootBuildOptions.cmake @@ -80,7 +80,7 @@ endfunction() ROOT_BUILD_OPTION(arrow OFF "Enable support for Apache Arrow") ROOT_BUILD_OPTION(asimage ON "Enable support for image processing via libAfterImage") ROOT_BUILD_OPTION(asserts OFF "Enable asserts (defaults to ON for CMAKE_BUILD_TYPE=Debug and/or dev=ON)") -ROOT_BUILD_OPTION(builtin_afterimage OFF "Build bundled copy of libAfterImage") +ROOT_BUILD_OPTION(builtin_afterimage ON "Build bundled copy of libAfterImage") ROOT_BUILD_OPTION(builtin_cfitsio OFF "Build CFITSIO internally (requires network)") ROOT_BUILD_OPTION(builtin_clang ON "Build bundled copy of Clang") ROOT_BUILD_OPTION(builtin_cling ON "Build bundled copy of Cling. Only build with an external cling if you know what you are doing: associating ROOT commits with cling commits is tricky.")