Skip to content

Commit 4d2c310

Browse files
authored
Make sure conan packages get compiled with C++20 enabled (#177)
https://docs.conan.io/en/latest/howtos/manage_cpp_standard.html
1 parent 38cc87f commit 4d2c310

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conan-profile.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ arch_build=x86_64
66
compiler=clang
77
compiler.version=13
88
compiler.libcxx=libstdc++11
9+
compiler.cppstd=20
910
build_type=Release
1011
[options]
1112
[build_requires]

0 commit comments

Comments
 (0)