From 676fff7b63e88ca67a2ca747d4d7d8264c5c85fd Mon Sep 17 00:00:00 2001 From: Jakub Szewczyk Date: Fri, 19 Nov 2021 13:09:35 +0000 Subject: [PATCH] Make sure conan packages get compiled with C++20 enabled https://docs.conan.io/en/latest/howtos/manage_cpp_standard.html --- conan-profile.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/conan-profile.txt b/conan-profile.txt index f7549957e..f37c5a5af 100644 --- a/conan-profile.txt +++ b/conan-profile.txt @@ -6,6 +6,7 @@ arch_build=x86_64 compiler=clang compiler.version=13 compiler.libcxx=libstdc++11 +compiler.cppstd=20 build_type=Release [options] [build_requires]