aboutsummaryrefslogtreecommitdiffstats
path: root/community/libphonenumber/c++17.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/libphonenumber/c++17.patch')
-rw-r--r--community/libphonenumber/c++17.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/libphonenumber/c++17.patch b/community/libphonenumber/c++17.patch
deleted file mode 100644
index 202e3315949..00000000000
--- a/community/libphonenumber/c++17.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Use c++17 as abseil-cpp now compiled with c++17
-
---- a/cpp/CMakeLists.txt
-+++ b/cpp/CMakeLists.txt
-@@ -18,7 +18,7 @@
-
- # Pick the C++ standard to compile with.
- # Abseil currently supports C++11, C++14, and C++17.
--set(CMAKE_CXX_STANDARD 11)
-+set(CMAKE_CXX_STANDARD 17)
- set(CMAKE_CXX_STANDARD_REQUIRED ON)
-
- project (libphonenumber)