aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--default_build_settings.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/default_build_settings.cmake b/default_build_settings.cmake
index e482439dd7d..b0dfed2bfd5 100644
--- a/default_build_settings.cmake
+++ b/default_build_settings.cmake
@@ -34,7 +34,7 @@ function(setup_vespa_default_build_settings_centos_8)
if (VESPA_OS_DISTRO_NAME STREQUAL "CentOS Stream")
set(DEFAULT_VESPA_LLVM_VERSION "12" PARENT_SCOPE)
else()
- set(DEFAULT_VESPA_LLVM_VERSION "11" PARENT_SCOPE)
+ set(DEFAULT_VESPA_LLVM_VERSION "12" PARENT_SCOPE)
endif()
endfunction()