aboutsummaryrefslogtreecommitdiffstats
path: root/default_build_settings.cmake
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2021-11-20 11:16:17 +0100
committerArnstein Ressem <aressem@verizonmedia.com>2021-11-20 11:16:17 +0100
commit8226d6c5352f081bc3f94f7415efb443e5a0976f (patch)
tree82360353346916fc4dd56de8be431e1c73f1a7e0 /default_build_settings.cmake
parent55e167f066ded3550a27b726d03a71a8594e3055 (diff)
Fix cmake settings for CentOS 8 with llvm 12
Diffstat (limited to 'default_build_settings.cmake')
-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()