Skip to content

Commit

Permalink
Use C++20 in conan profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenraven committed Nov 19, 2021
1 parent 1275960 commit 550805f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmake/ExternalProjects.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ target_link_libraries(faabric_common_dependencies INTERFACE
absl::flat_hash_set
absl::flat_hash_map
absl::debugging
absl::strings
Boost::Boost
Boost::filesystem
Boost::system
Expand Down
1 change: 1 addition & 0 deletions conan-profile-aarch64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ arch_build=armv8
compiler=clang
compiler.version=13
compiler.libcxx=libstdc++11
compiler.cppstd=20
build_type=Release
[options]
[build_requires]
Expand Down
1 change: 1 addition & 0 deletions conan-profile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 550805f

Please sign in to comment.