mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Update to c++17
PiperOrigin-RevId: 500830077
This commit is contained in:
committed by
Copybara-Service
parent
350e76e690
commit
412548248c
+3
-3
@@ -25,8 +25,8 @@ let package = Package(
|
||||
// Dependencies declare other packages that this package depends on.
|
||||
.package(
|
||||
name: "abseil",
|
||||
url: "https://github.com/firebase/abseil-cpp-SwiftPM.git",
|
||||
branch: "main"
|
||||
url: "https://github.com/bourdakos1/abseil-cpp-SwiftPM.git",
|
||||
branch: "cxx17"
|
||||
),
|
||||
.package(
|
||||
name: "BoringSSL-GRPC",
|
||||
@@ -614,5 +614,5 @@ let package = Package(
|
||||
),
|
||||
],
|
||||
cLanguageStandard: .c99,
|
||||
cxxLanguageStandard: CXXLanguageStandard.gnucxx14
|
||||
cxxLanguageStandard: .cxx17
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user