From 62bb754ed4a2d21624bc9d67992fc58710593358 Mon Sep 17 00:00:00 2001 From: John Tramm Date: Mon, 3 Jun 2024 13:54:19 -0500 Subject: [PATCH] Xtensor template fix See issues: - https://github.com/llvm/llvm-project/issues/91504 - https://github.com/xtensor-stack/xtensor/issues/2783 --- CMakePresets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakePresets.json b/CMakePresets.json index d292a8cf427..48c4cf43f7e 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -39,7 +39,7 @@ "CMAKE_CXX_COMPILER": "clang++" }, "environment": { - "LLVM_CXX_FLAGS": "-fopenmp -fopenmp-cuda-mode" + "LLVM_CXX_FLAGS": "-fopenmp -fopenmp-cuda-mode -fno-relaxed-template-template-args" } }, {